|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Open Remote Directoryby aitap (Chaplain) |
| on Aug 23, 2012 at 12:38 UTC ( #989307=note: print w/ replies, xml ) | Need Help?? |
|
The "\" symbol has a special meaning in Perl: it helps to escape other symbols (like quotes) and gives some letters the special meaning (for example, "\n" is a newline). You have either to use single quotes, or to escape both slashes with another slashes (so '\\' eq "\\\\"). Read Quote and Quote like Operators for more information.
Sorry if my advice was wrong.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||