rovf has asked for the wisdom of the Perl Monks concerning the following question:
I found that
fails on Windows, whileIPC::Run::run(['_testdir_/_test_.bat'])
succeeds, using IPC::Run 0.80. I didn't find anything about path separator issues in the perldocs for IPC::Run. Does anyone know whether it is a bug, or a feature of IPC::Run to not accept Unix style path separators on Windows?IPC::Run::run(['_testdir_\\_test_.bat'])
|
|---|