CGI Programming / Scripts Question: Download CGI Programming PDF

What is Perl?

Tweet Share WhatsApp

Answer:

Perl is an interpreted language (not compiled, like Java) which is ideally suited for CGI programming. It has its roots in Unix system administration and offers several features like regular expressions and file manipulation which make it extremely powerful. It is learning curve has been described as long and shallow. It is very easy to pick up at first, especially if you are at all familiar with Unix. However, it does take quite a bit of time to become familiar with all the little nuances of the language. For most CGI work, however, these little nuances are not really necessary.

Download CGI Programming PDF Read All 27 CGI Programming Questions
Previous QuestionNext Question
What is CGI?Should I use CGI or an API?