in reply to Move MP3 files to proper dirs

Why didn't you use File::Copy to advoid the system call?
use File::Copy; #code removed move($file,$dir);


----
Zak
Pluralitas non est ponenda sine neccesitate - mysql's philosphy