http://www.perlmonks.org?node_id=938392


in reply to Net::MirrorDir help

Do you get more information if you enable debugging?
debug => 1, # 1 for yes, 0 for no
Poke around in the source code of the Net::MirrorDir module. It uses readdir which should handle filenames with spaces, but the following line looks suspicious:
@info = split(/\s+/, $line);
What you describe seems like a bug, which you can report.