in reply to Directory checking on Windows XP
What is in $entry?
If for example, $entry is being obtained from an environment variable set up manually using tab completion to generate the path like this:
set SOME_ENV_VAR="c:\some\path"
Where most native programs and utilities will accept and ignore/discard the quotes, Perl doesn't. Getting rid of the quotes in the environment variable will fix the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Directory checking on Windows XP
by ack (Deacon) on Sep 22, 2008 at 05:37 UTC |