Re: All about CGI.pm

2007-08-19 Thread Perrin Harkins
On 8/19/07, Tracy12 <[EMAIL PROTECTED]> wrote: > > Can you let me know for mod_perl compatibility what is the minimum CGI.pm > version we should have? The most recent mod_perl-related change was in 3.20, but you really should just grab the latest one. The current list of changes is here: http://s

Re: All about CGI.pm

2007-08-19 Thread Tracy12
Hi, Hope you are refering to this. http://search.cpan.org/dist/CGI.pm/CGI.pm#FETCHING_THE_NAMES_OF_ALL_THE_PARAMETERS_PASSED_TO_YOUR_SCRIPT: Let me know if this is not the URL? Sean Davis-3 wrote: > > Tracy12 wrote: >> How can we install this seperately from where should we download this? >

Re: All about CGI.pm

2007-08-19 Thread Tracy12
Can you let me know for mod_perl compatibility what is the minimum CGI.pm version we should have? Perrin Harkins wrote: > > On 8/16/07, Tracy12 <[EMAIL PROTECTED]> wrote: >> When we ran the same script on other Linux machine, the param value is >> not >> showing, it looks to me from the observat

Re: All about CGI.pm

2007-08-17 Thread Perrin Harkins
On 8/16/07, Tracy12 <[EMAIL PROTECTED]> wrote: > When we ran the same script on other Linux machine, the param value is not > showing, it looks to me from the observation that CGI.pm has not been > installed, but I was under the impression that mod_perl 2.0 CGI.pm is not bundled with mod_perl. It

Re: All about CGI.pm

2007-08-17 Thread Sean Davis
Tracy12 wrote: > How can we install this seperately from where should we download this? CGI is available from CPAN. Sean