in reply to Re^2: Problem undefining a variable in a loop using a module causing a list to not empty after use of a subroutine
in thread Problem undefining a variable in a loop using a module causing a list to not empty after use of a subroutine
The module in which you use use lib is in that non-standard location, right? So why do you say you need to tell Perl where to look.
You just need the use lib in the script. The use lib in the module is redundant.
|
|---|