On Wed, 28 May 2003, Brown, Jeffrey wrote: > Do you mean give the path in my perl script? > So the line in my code: > use CGI qw(:standard); > would be: > use /usr/libdata/perl5/CGI qw(:standard);
I think what Perrin had in mind was to try, in your CGI
script, something like
open(FILE, '</usr/libdata/perl5/CGI.pm')
or die "Cannot read CGI.pm: $!";
This would test if the user under which the web
server is running under has permission to open CGI.pm.
--
best regards,
randy kobes
