Help for this page

Select Code to Download


  1. or download this
    $data_file="reff.data";
    open(DAT, $data_file) || die("Could not open file!");
    ...
         print "$record";
    }      
    close(I);
    
  2. or download this
    $data_file="reff.data";
    open(DAT, $data_file) || die("Could not open file!");
    ...
         print "$record2";
    }      
    close(I);