in reply to lib pragma problem
I normally use just this
the bin from the FindBin give you the full path to you script.use FindBin; use lib "$FindBin::Bin/../../libs"; use module1; use module2;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: lib pragma problem
by tamaguchi (Pilgrim) on Jan 31, 2008 at 18:54 UTC |