in reply to copying multiple files from a share

Could you show us the code that you have so we can try to help you with it ?

You might want to try single quote around the path so Perl does not try to interpolate characters in the path.

I was going to suggest using File::Copy but I am not sure whether it supports UNC paths.

  • Comment on Re: copying multiple files from a share