in reply to
Installing Perl modules in my own directories
You could use
perl -I/oracle/dba/dba_ora/perl/lib myscript.pl
or use the environment var
PERL5LIB
Boris
Comment on
Re: Installing Perl modules in my own directories
Replies are listed 'Best First'.
Re^2: Installing Perl modules in my own directories
by
jmr4096
(Acolyte)
on Jan 11, 2006 at 16:10 UTC
Thanks. PERL5LIB worked perfectly. Mike
[reply]
In Section
Seekers of Perl Wisdom