in reply to How do I keep the command line from eating the backslashes?
perl should get -bar=\"donteatem\"# \\ escapes the slash # \" escapes the quote # so \\\" escapes a single slash and a quote foo.pl -bar=\\\"donteatem\\\"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I keep the command line from eating the backslashes?
by Anonymous Monk on Feb 11, 2005 at 21:27 UTC | |
by VSarkiss (Monsignor) on Feb 11, 2005 at 22:16 UTC | |
by sgifford (Prior) on Feb 12, 2005 at 04:09 UTC |