tags:

views:

122

answers:

2

I am going to learn Perl CGI. Please suggest a good URL or book for a CGI tutorial.

+2  A: 

You might get some better answers if you explain a little more about what you know already and your plans for what to use CGI for.

I am assuming you know at least the basics of Perl already and are asking about CGI programming with Perl, not learning Perl itself.

If you are planning to use the CGI.pm module, I suggest reading the manual for that module. If you need a gentle introduction to the CGI.pm module, try the fool's guide which shows what CGI.pm is for.

There are many many alternatives to the CGI module, and indeed to CGI programming in general, however starting with the CGI and CGI.pm is still probably a good way for a beginner to learn. If you want to know about the alternatives, try asking some more specific questions (and searching).

Hope this helps.

FalseVinylShrub
+6  A: 

Try Ovid's CGI Course.

lupin