I need to copy files to the directory, but the way to the directory is not permanent, for example:
my $dir1="c:\\$ver\\$client\\qa\\";
and I can't copy files to this directory.
copy("$dir/$file","$dir1/$file");
What is my mistake?
Can You help me?
Thank you very much!!!!!!!!!