http://qs321.pair.com?node_id=217543


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.