in reply to Re: Backslashes in command arguements
in thread Backslashes in command arguements
Your double backslash on the command line ("foo.pl \\hostname") may be converted to a single backslash when Perl gets it
No.
>perl -e "print $ARGV[0]" \\hostname \\hostname
If there's a slash missing, it was removed *before* Perl got it.
|
|---|