in reply to
Calling Perl from Perl
You should use system() instead of backticks. Backticks are for when you want to put the stdout of the program in a variable. Backticks and system will propagate environment variables on Windows.
Comment on
Re: Calling Perl from Perl
In Section
Seekers of Perl Wisdom