rje has asked for the wisdom of the Perl Monks concerning the following question:
/opt/ipcwww/data/lab/tcreports/ims/bin
use lib '/opt/ipcwww/data/lab/tcreports/ims/bin'; use MyModule
To no avail. Can anyone help me?require '/opt/ipcwww/data/lab/tcreports/ims/bin/MyModule.pm';
print ((split '', 'just another perl hacker' )[-1,0,10]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: use lib 'foo/bar' in cron-called script...
by Abigail-II (Bishop) on Jun 06, 2002 at 16:37 UTC | |
by stajich (Chaplain) on Jun 06, 2002 at 16:51 UTC | |
|
Re: use lib 'foo/bar' in cron-called script...
by talexb (Chancellor) on Jun 06, 2002 at 17:00 UTC | |
|
Re: use lib 'foo/bar' in cron-called script...
by JayBonci (Curate) on Jun 06, 2002 at 20:08 UTC | |
by rje (Deacon) on Jun 06, 2002 at 21:47 UTC |