in reply to problem with INC
Also note that I didn't use the lexical variable $dir as that will be declared at compile-time but won't be initialized until run-time (although you can get around this by using a BEGIN block).## this will modify @INC before the next 'use' statement use lib "/home/user/scripts"; use kp1;
_________
broquaint
|
|---|