Help for this page

Select Code to Download


  1. or download this
      1: open (DATA, "$inputdir/$inputfile");
      2: while (<DATA>) {
    ...
      9:   }
     10: }
     11: close(DATA);