in reply to using my module.pm in different directory error
BEGIN { unshift @INC, './path/to/lib/dir1'; unshift @INC, '/full/path/to/lib/dir2'; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using my module.pm in different directory error
by t-rex (Scribe) on Aug 10, 2016 at 09:02 UTC | |
by Laurent_R (Canon) on Aug 10, 2016 at 09:17 UTC |