I recommend to create a small Perl script:
# file joined-echo.pl print join('||', @ARGV), "\n";
And use system($^X, 'joined-echo.pl', @rest_of_your_args) for testing - that way you know exactly that the command you're testing doesn't do any magical argument processing on its own.
In reply to Re: system() implementation on Windows (again)
by moritz
in thread system() implementation on Windows (again)
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |