in reply to ADD directory to @INC using a string variable
Warning: this will only take effect at run-time, so any module loaded with use will not see this as use works at compile time.unshift @INC, $path;
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
My blog: Imperial Deltronics
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ADD directory to @INC using a string variable
by sid9559 (Novice) on Sep 23, 2013 at 18:32 UTC | |
by CountZero (Bishop) on Sep 23, 2013 at 18:40 UTC |