Subject: | Wrong quoting of a backslash on MSWin |
See http://www.perlmonks.org/?node_id=1199289
Show quoted text
>perl -MShellQuote::Any::Tiny=shell_quote -E "system $^X, '-E', 'say for @ARGV; <STDIN>', 1, shell_quote(qq(\x5c \x5c)), 2"
1
\\ \
2
See Win32::ShellQuote for the correct output.