Help for this page

Select Code to Download


  1. or download this
    while ( defined( my $record = <$input_fh> ) ) {
        my %record_hash = rec2hash( $record );
    ...
            push @{ $records_for{ $field }{ $variant } }, $record;
        }
    }