in reply to Re^2: How do I keep the command line from eating the backslashes?
in thread How do I keep the command line from eating the backslashes?
You just answered your own question: if you don't have control over the input, then you can't change what you get. Whether the program gets passed the backslashes on the command line depends on the command processor, not Perl. Your program can only work with what it's given.
|
|---|