in reply to Strange problem when I install CPAN module to my own directory
The current working directory of a program executed by your web server is probably not what you expect. You may need an absolute path in your use lib line. You can use Cwd to figure out the current working directory of your script in both environments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Strange problem when I install CPAN module to my own directory
by iwanthome (Beadle) on Apr 16, 2004 at 06:10 UTC | |
by PodMaster (Abbot) on Apr 16, 2004 at 07:42 UTC | |
by iwanthome (Beadle) on Apr 16, 2004 at 08:11 UTC |