Help for this page

Select Code to Download


  1. or download this
    while   ( my ($section,$v1) = each %$hash ) {
      while ( my ($item,$count) = each %$v1   ) {
        push @data, [$count, $section, $item];
      }
    }