use strict; open(PLAYLIST, ") { if(not(/#/)) {push(@playlist, $_)} } foreach $song(@filelist) { if(grep($song, @playlist) == 0) { unlink($song) } } closedir FILES; close PLAYLIST;