Perl uses the \ backslash character for escaping. Why not use it?
#!/usr/bin/perl use warnings; use strict; for my $arg (@ARGV) { print "$arg\n" }
arg.pl "abc \" xyz"
abc " xyzIn reply to Re: Parsing Windows CommandLine from Perl
by fishmonger
in thread Parsing Windows CommandLine from Perl
by eyepopslikeamosquito
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |