Hi, Shouldn't mod_perl 2.0.X contain the CGI.pm, reason for this question is we got fedora core 5 running on our developement machines,
in our mod_perl handler, we got the following, and works fine, we did not install CGI.pm seperately, use CGI; ...... ..... ... $myParam = $cgi->param('param'); 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... by default have CGI.pm installed, but doesnt look like that, How can we install this seperately from where should we download this? Shouldnt it come by default? Thanks -- View this message in context: http://www.nabble.com/All-about-CGI.pm-tf4283429.html#a12193231 Sent from the mod_perl - General mailing list archive at Nabble.com.