in reply to
Re: Perl library include path
in thread
Perl library include path
I see what you are saying. I will try to see if I can get my hosting provider address the issue. Yes, I do have root access, so I can try the other option as well.
Comment on
Re^2: Perl library include path
Replies are listed 'Best First'.
Re^3: Perl library include path
by
Anonymous Monk
on Jun 13, 2014 at 00:31 UTC
You don't need root access. In any of the scripts:
use lib '/path/to/module/';
[reply]
[d/l]
In Section
Seekers of Perl Wisdom