Re: Help with PERL5LIB

2004-09-03 Thread William McKee
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.a

Help with PERL5LIB

2004-09-02 Thread Brett Hales
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