![]() |
|
No such thing as a small change | |
PerlMonks |
Re: File NCopy concatby chrism01 (Friar) |
on Sep 15, 2006 at 02:19 UTC ( [id://573045]=note: print w/replies, xml ) | Need Help?? |
One trick is to save the generated filenames into eg $src, $dest strings before you use them in the copy, then prefix & suffix the strings with single quotes, then submit the copy cmds. The single quotes should prevent the spaces being 'seen' by copy cmd's internal code.
In Section
Seekers of Perl Wisdom
|
|