in reply to Converting to ActivePerl

Is it sensible to move the contents of the batch file into Perl? You can use the Perl variable %ENV to manipulate the environment that will be seen by a program run using backticks.

True laziness is hard work

Replies are listed 'Best First'.
Re^2: Converting to ActivePerl
by jzielins (Initiate) on Oct 26, 2011 at 12:40 UTC
    Thanks.