Why is Perl commonly used for writing CGI scripts?
Posted
by Michael Vasquez
on Stack Overflow
See other posts from Stack Overflow
or by Michael Vasquez
Published on 2010-05-23T00:29:51Z
Indexed on
2010/05/23
1:00 UTC
Read the original article
Hit count: 401
I plan to add a better search feature to my site, so I thought that I would write it in C and use the CGI as a means to access it. But it seems that Perl is the most popular language when it comes to CGI-based stuff. Why is that? Wouldn't it be faster programmed in C or machine code?
What advantages, if any, are there to writing it in a scripting language?
Thanks.
© Stack Overflow or respective owner