Help for this page

Select Code to Download


  1. or download this
    my $max_event;
    map {$max_event = $_ if $_ > $max_event} keys %{$hash{1}};
    
  2. or download this
    %hash = (
              1 => {
                      1 => "", #dynamically created
    ...
              },
              2.... # iteration
    );