![]() |
|
go ahead... be a heretic | |
PerlMonks |
Where can I learn about CGI or Web programming in Perl?by faq_monk (Initiate) |
on Oct 13, 1999 at 02:56 UTC ( #791=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: For modules, get the CGI or LWP modules from CPAN. For textbooks, see the two especially dedicated to web stuff in the question on books. For problems and questions related to the web, like ``Why do I get 500 Errors'' or ``Why doesn't it run from the browser right when it runs fine on the command line'', see these sources:
WWW Security FAQ http://www.w3.org/Security/Faq/
Web FAQ http://www.boutell.com/faq/
CGI FAQ http://www.webthing.com/page.cgi/cgifaq
HTTP Spec http://www.w3.org/pub/WWW/Protocols/HTTP/
HTML Spec http://www.w3.org/TR/REC-html40/ http://www.w3.org/pub/WWW/MarkUp/
CGI Spec http://www.w3.org/CGI/
CGI Security FAQ http://www.go2net.com/people/paulp/cgi-security/safe-cgi.txt |
|