![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: problem with require lib fileby bmccoy (Beadle) |
on Dec 12, 2001 at 09:28 UTC ( #131176=note: print w/replies, xml ) | Need Help?? |
Your first order of business is to get rid of cgi-lib.pl. It's old, not supported, buggy and insecure.
What you really want to use is Lincoln Stein's CGI.pm -- it comes standard with every distribution of Linux, has an object-oriented interface (although you can use the functional one also), and has all sorts of niceties like simple parameter parsing, multi-part forms, and so on. CGI.pm really will make your life a lot easier. -- Brett Go not to the Elves for counsel, for they will say both no and yes
In Section
Seekers of Perl Wisdom
|
|