I am checking if the Unicode directory exists using -d check and if Exists then copying the files in the unicode directory using System DOS COPY command.
The Unicode directory name is taken from STDIN.
But though the Directory exists, it active perl shows false for -d check.
If instead of taking the unicode directory name from STDIN, if I hard core the name in the perl script then it works.
How Can I take the unicode directory name from STDIN which I can check if Exists using -d and then can COPY the files in this directory.
I am using Active Perl 5.14