I need to set a use lib statement with a path variable. use lib qw($some_path);
but as you can guess it says
Can't locate Foo.pm in @INC (@INC contains: $some_path /usr/local.....etc
This path happens to be the current path of the script plus /lib, not that it matters.What kind of escaping do I need to do here to have it 'see' the actual value of $some_path ?
ThanksIn reply to use lib statement with path variable by sans-clue
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |