in reply to Re: Re: filenames with spaces causing problems
in thread filenames with spaces causing problems

On this line,

move($file, "disc$disc/$file") or warn "move $file to +disc$disc/$file failed: $!\n"

What error is it printing out, and where does move() come from, ie. which module. Or if you wrote it your self what does sub move {.... look like?