![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: Re: Problems with sticky CGI paramsby sifukurt (Hermit) |
on Oct 23, 2001 at 18:15 UTC ( #120788=note: print w/replies, xml ) | Need Help?? |
More than likely, CGI.pm is already installed on your system. If for some reason it isn't, yes, it would probably make life a little easier for it to be installed, but you can use a private copy, provided you use lib at the top of your script. For example:
Perl will then look in your specified directory for the module before looking through the the default directories in @INC. As far as re-coding if you use CGI.pm goes, the short answer is technically, no, you don't have to re-code everything. Others may disagree with me, but personally, I'd be inclined to just use CGI.pm for the parts in question for the time being. Once you get it working, dig into CGI.pm a bit further and see if there are ways to make your script better and more efficient by taking advantage of more of the features of CGI.pm. That's my 8**(1/3) cents. Hope that helps. ___________________ Kurt
In Section
Seekers of Perl Wisdom
|
|