Help for this page

Select Code to Download


  1. or download this
    my($index, $record) = (0);
    while (<$fh>) {
    ...
        push @{$record->[$index]->{items}}, $1;
      }
    }