in your script before loading any modules, or write a wrapper that unsets PERL5LIB before starting your perlscript and use that instead of executing the perl script directly.BEGIN { delete $ENV{PERL5LIB} } use lib "<my application folder>/lib";
In reply to Re: Perl5lib causes conflict?
by moritz
in thread Perl5lib causes conflict?
by jujiro_eb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |