in reply to using newer modules
use #!/usr/bin/perl -I/home/user/mydir
or use lib '/home/user/mydir';
before your use CGI and that "should" do it. Weird if it isn't... do you do the use lib after the use CGI?
Update the good doctor is also very right, if you don't have the path right perl will just ignore it.
- Ant
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using newer modules
by chorg (Monk) on Apr 23, 2001 at 21:25 UTC | |
by suaveant (Parson) on Apr 23, 2001 at 21:27 UTC |