in reply to use lib in cgi env
You want to get at the your .pm files in /home/user/test-workspace/trunk/modules/?
If I get your question right, then why not do:
But also know that $variable must also be a global variable,declared either using our $variable; or use vars qw($variable);use lib "test-workspace/trunk/modules"; use upload; print $upload::variable;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use lib in cgi env
by AlexTape (Monk) on Nov 05, 2012 at 15:34 UTC |