Help for this page

Select Code to Download


  1. or download this
    ...
       open (INPUTFILE, $inputfile) or die ("\nERROR: Unable to open file 
    +\"$inputfile\".\n");
    ...
          {
          $line = readline(INPUTFILE);
    ...
    
  2. or download this
       read(INPUTFILE, $x, 1);