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 <[EMAIL PROTECTED]>


-- 
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

Reply via email to