On Wed, 2003-05-28 at 23:25, 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);

Actually, what I had in mind was just this:

open(CGI, '/usr/libdata/perl5/CGI.pm') or die $!;

If you can't read the file, that line will die.

- Perrin

Reply via email to