for $filename (@filelist) { ... #### for $filename (@filelist) { # PHB doesn't want B files blurked next if $filename =~ /^b/i; ...