You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Brett Hales <br...@baesystems.com> on 2004/09/03 03:49:32 UTC

Help with PERL5LIB

Hi,

I have written a perl script that only runs correctly if I unset
PERL5LIB before running the script. eg:-

$ unset PERL5LIB
$ ./run_perl_script.pl

Is there any way that I can unset PERL5LIB inside of the perl script
without having to create a shell wrapper script?

BTW Changing my environment is out of the question?

Thanks


-- 
Brett Hales <br...@baesystems.com>


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: Help with PERL5LIB

Posted by William McKee <wi...@knowmad.com>.
Hi Brett,

This question appears to have nothing to do with modperl. I'd suggest
you try the beginners mailing list. You can sign up at
http://learn.perl.org.


William

-- 
Knowmad Services Inc.
http://www.knowmad.com

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html