in reply to Doesn't like a Scalar, as a folder path
perl -e "print qq(c\:\\other)" c:\other perl -e "print qq(c:\\other)" c:\other #Consider in Perl on win you can use the backslash too in path # perl -e "$path = qq(c:/windows); print qq(Exists and is a directory!\n +) if -e -d $path" Exists and is a directory!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Doesn't like a Scalar, as a folder path
by ikegami (Patriarch) on Oct 28, 2014 at 13:21 UTC |