in reply to how to update @INC at runtime to use custom modules in other folder?
might do the trick. Note that 'use lib' takes a path, not a namespace as an argument ...use lib qw( tools/DBQuery );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to update @INC at runtime to use custom modules in other folder?
by bart (Canon) on Mar 26, 2006 at 14:35 UTC |