in reply to Re^2: IPC::Run on Windows, path separator
in thread IPC::Run on Windows, path separator

You're giving it a batch file, and only the shell runs batch files, so both the following lines work for me
IPC::Run::run(['C:/perl/5.10.1/bin/MSWin32-x86-multi-thread/perl.EXE', + qw! -e die(666) !]) ; IPC::Run::run(['C:\perl\5.10.1\bin\MSWin32-x86-multi-thread\perl.EXE', + qw! -e die(666) !]) ;

Replies are listed 'Best First'.
Re^4: IPC::Run on Windows, path separator
by rovf (Priest) on May 27, 2010 at 15:27 UTC
    Good point! Thanks a lot!

    -- 
    Ronald Fischer <ynnor@mm.st>