Help for this page

Select Code to Download


  1. or download this
      my %total;
      my %subhash;
    ...
          print "$junk\n";
        }
    }
    
  2. or download this
      for my $i ( 0 .. $#AoH ) {
        for my $role (sort keys %{ $AoH[$i] } ) {
    ...
          print "$role=$tcount\n";
        }
      }