Help for this page

Select Code to Download


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