Help for this page

Select Code to Download


  1. or download this
    while there's a next line
        extract the ID
    ...
            open a new output file
    
        write the line to the current output file.
    
  2. or download this
    my $last_id;
    my @group;
    ...
    }
    
    output() if @group;