in reply to Re: script fails loading module version, but > version is installed
in thread script fails loading module version, but > version is installed

You're not using the same perl

?

or you installed CGI 3.55 in a location perl doesn't know about

or you installed CGI 3.55 in a directory perl (when running under the user account of your webserver) cannot access

perl -e 'use CGI; print "CGI: $CGI::VERSION";' CGI: 3.55
?

  • Comment on Re^2: script fails loading module version, but > version is installed
  • Download Code