in reply to Re^2: finding the library from test
in thread finding the library from test
or (!) set and environment variable before calling your script.use lib qw(path1); use lib qw(path2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: finding the library from test
by edwardt_tril (Sexton) on Mar 24, 2006 at 22:41 UTC |