in reply to Re^3: use lib statement with path variable
in thread use lib statement with path variable

Yeah, you don't even need the parenthesis, Perl is clever enough for you...

You never need the parentheses there, unless you're doing something strange with precedence or associativity. A list is a list is a list.

  • Comment on Re^4: use lib statement with path variable

Replies are listed 'Best First'.
Re^5: use lib statement with path variable
by Eily (Monsignor) on Dec 04, 2013 at 20:22 UTC

    Indeed, I can't tell why I used parentheses in the first place actually ...