unless (/^[.]{1,2}$/){ open IN,'<','../input/'.$_ or die "Could not open $_ for input : $!"; #### next if -d; # Skip directories.. OR: # next unless -f; # Skip anything that isn't a file