Help for this page

Select Code to Download


  1. or download this
    local $/ = '%%%';
    # Assume 'FH' is input file, opened elswhere
    ...
        my %rec = split /[:\n]/, $line;
        push @records, \%rec;
    }