in reply to IPC::Run on Windows, path separator
$ cat _testdir_\_test_.bat @echo %date% %time% $ cat runit.pl use IPC::Run; IPC::Run::run(['_testdir_/_test_.bat']); IPC::Run::run(['_testdir_\\_test_.bat']) ; $ perl runit.pl '_testdir_' is not recognized as an internal or external command, operable program or batch file. Thu 05/27/2010 6:47:20.93 $ _testdir_\_test_.bat Thu 05/27/2010 6:47:27.87 $ _testdir_/_test_.bat '_testdir_' is not recognized as an internal or external command, operable program or batch file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IPC::Run on Windows, path separator
by rovf (Priest) on May 27, 2010 at 14:14 UTC | |
by ikegami (Patriarch) on May 27, 2010 at 14:54 UTC | |
by BrowserUk (Patriarch) on May 27, 2010 at 15:12 UTC | |
by ikegami (Patriarch) on May 27, 2010 at 15:58 UTC | |
by BrowserUk (Patriarch) on May 27, 2010 at 16:25 UTC | |
by rovf (Priest) on May 27, 2010 at 15:28 UTC | |
by Anonymous Monk on May 27, 2010 at 14:45 UTC | |
by rovf (Priest) on May 27, 2010 at 15:27 UTC | |
|
Re^2: IPC::Run on Windows, path separator (abs)
by tye (Sage) on May 28, 2010 at 01:54 UTC | |
by ikegami (Patriarch) on May 28, 2010 at 04:51 UTC |