in reply to Re: Catch the exact command line including the quotation marks and so on
in thread Catch the exact command line including the quotation marks and so on
I probably missed something, but the output in the following still drops the input (CLI) double-quotes under Win7:
my @input = @ARGV; say @input = join(" ", @input); =head CLI and output, AS perl 5.18.4, Win 7: C:\>@argv_test.pl foo bar baz 'bat' "bitchin" foo bar baz 'bat' bitchin ^ ^ =cut
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Catch the exact command line including the quotation marks and so on
by Corion (Patriarch) on Oct 23, 2015 at 12:03 UTC |