Help for this page

Select Code to Download


  1. or download this
        foreach my $line (<FILE_FD>) { # pull records from replay file
    
  2. or download this
        while (my $line = <FILE_FD>) { # just read a line at a time