in reply to Howto set path for local package in a Perl code
should readuse lib "home/neversaint/MyPerl/src/mypackage.pm";
The arguments for use lib are paths, not files.use lib "/home/neversaint/MyPerl/src"; use mypackage;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Howto set path for local package in a Perl code
by neversaint (Deacon) on Jun 01, 2006 at 10:22 UTC | |
by davorg (Chancellor) on Jun 01, 2006 at 10:39 UTC | |
by krisahoch (Deacon) on Jun 01, 2006 at 17:56 UTC |