Help for this page

Select Code to Download


  1. or download this
    %record = ();
    ...
    push @{$records}, { %record };
    
  2. or download this
    my %record;
    ...
    push @{$records}, \%record;