in reply to Re^2: Running executable with Win32::Job
in thread Running executable with Win32::Job

Actually, that was for
print "config $Config{"C:/Windows/System32/cmd.exe"}";
 print $Config{"C:/Windows/System32/cmd.exe"} gives no output

Replies are listed 'Best First'.
Re^4: Running executable with Win32::Job
by sjwnih111 (Novice) on Nov 27, 2013 at 16:39 UTC
    It turns out that some of the paths were being read from an xml file that had forward slashes. when I changed this, it worked.