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

Replies are listed 'Best First'.
Re^2: use lib in cgi env
by AlexTape (Monk) on Nov 05, 2012 at 15:34 UTC
    because i assumed to have a relative path. the absolute method is working well..
    $perlig =~ s/pec/cep/g if 'errors expected';