Help for this page

Select Code to Download


  1. or download this
    %hash = (
                 $unit_num => {
    ...
      );
    
    @HoH{keys %hash} = values %hash
    
  2. or download this
    push @{$HoH{$unit_num}{$event_nm}}, $event_date;