![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: What is cgi-lib.pl and how do I use it?by friedo (Prior) |
on Oct 28, 2005 at 21:17 UTC ( #503771=note: print w/replies, xml ) | Need Help?? |
What is cgi-lib.pl It's an old Perl library for writing CGI programs.
and how do I use it? DON'T! cgi-lib.pl is horribly outdated and contains some serious security problems and is not fully compliant with the CGI spec. The best way to write CGI programs is to use the CGI module. If you must work on existing code which uses cgi-lib.pl, the CGI module has a compatibility mode that will make it pretty easy to update the existing code.
In Section
Seekers of Perl Wisdom
|
|