in reply to \" on the WinXP Command Line
perl never gets a chance to parse the escaped "\" - that is done by the cmd interpreter.>perl -e "foreach (@ARGV){print qq('$_'\n);}" "A A\\" B" 'A A\' 'B'
Update: Aah - learned something today - there is a backdoor way to get the args after all! .. see nodes below.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: \" on the WinXP Command Line
by Ardemus (Beadle) on Feb 25, 2004 at 21:34 UTC |