![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Backslashes in command arguementsby Joost (Canon) |
on Feb 26, 2007 at 17:07 UTC ( [id://602172]=note: print w/replies, xml ) | Need Help?? |
perl is parsing the backslashes correctly; backslashes are used as an escape character in string literals. You need 2 backslashes for each backslash in the resulting string.
In Section
Seekers of Perl Wisdom
|
|