Help for this page

Select Code to Download


  1. or download this
    
    open(INP, "<$file_list") or die("Error reading file");
    ...
       # I then call a subroutine which opens the $data_file
       # and performs some analysis on it
    }
    
  2. or download this
    
    open(INP, "<$file_list") or die("Error reading file");
    ...
       # I then call a subroutine which opens the $data_file
       # and performs some analysis on it
    }