in reply to Re^4: How to define a package using a tweaked version of LWP::UserAgent?
in thread How to define a package using a tweaked version of LWP::UserAgent?
If you put all your modules in the distribution under lib/, and run your script from directly above lib (aka root for the distribution dir), all you need is a simple use lib 'lib'.
For installed modules this usually doesn't matter, because make install puts them in a directory below @INC where perl can find it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to define a package using a tweaked version of LWP::UserAgent?
by pwolfenden (Novice) on Jul 31, 2008 at 17:27 UTC |