http://qs321.pair.com?node_id=1002336


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:

use lib "test-workspace/trunk/modules"; use upload; print $upload::variable;
But also know that $variable must also be a global variable,declared either using our $variable; or use vars qw($variable);
Hope this help

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me