in reply to Need way to override PERL5LIB from inside pl script file
Call perl.exe via a helper script that explicitly deletes PERL5LIB from the environment. A simple three-line batch file may be sufficient:
@echo off SET PERL5LIB= perl yourscript.pl
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need way to override PERL5LIB from inside pl script file
by eyepopslikeamosquito (Archbishop) on Jun 24, 2015 at 23:59 UTC |