in reply to Re: use lib statement with path variable
in thread use lib statement with path variable
#!/usr/bin/perl use File::Spec; use File::Basename; $some_path = dirname(File::Spec->rel2abs(__FILE__)); use lib qw($some_path/lib);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use lib statement with path variable
by Eily (Monsignor) on Dec 04, 2013 at 19:55 UTC | |
by chromatic (Archbishop) on Dec 04, 2013 at 20:15 UTC | |
by Eily (Monsignor) on Dec 04, 2013 at 20:22 UTC | |
by dave_the_m (Monsignor) on Dec 04, 2013 at 21:22 UTC | |
by Eily (Monsignor) on Dec 04, 2013 at 21:47 UTC | |
by sans-clue (Beadle) on Dec 05, 2013 at 03:47 UTC |