Help for this page

Select Code to Download


  1. or download this
    my $cnt_keepers=0;
    while (my $ln = <$f>) {
    ...
        }
        ...
    }
    
  2. or download this
    my @records;
    while (my $ln = <$f>) {
    ...
            @records = ();
        }
    }