On Tue, 13 Nov 2001, Rahul Garg wrote: > i have actually got the solution. > if i have the module Bar.pm in directory '/usr/home/rahul/myMod' > then in the perl script that uses this module i have to include the > statement > > use lib '/usr/home/rahul/myMod' ; > use Bar ; > > Thanks, > Rahul Yep, that will certainly do it, and is often the best way. Another way to do it described here (ref PERL5LIB and PERLLIB vars): http://www.perldoc.com/perl5.6/pod/perlrun.html#ENVIRONMENT Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- installing modules Rahul Garg
- Re: installing modules Martin Pfeffer
- Re: installing modules Dave Storrs
- Re: installing modules Rahul Garg
- Re: installing modules EternalLifeThereAfter
- Re: installing modules Rahul Garg
- Installing modules Dave Storrs
- Installing modules Marco Centemeri
- RE: Installing modules Beau E. Cox
- Re: Installing modules Marco Centemeri
- Re: Installing modules Jenda Krynicky
- Re: Installing modules Marco Centemeri
- installing modules mario kulka
- installing modules mario kulka
- Re: installing modules Janek Schleicher
- Re: installing modules zentara
- Installing Modules sc00170