Help for this page

Select Code to Download


  1. or download this
    for my $name ( keys %hash ) {
      my $count = 0;
    ...
        print "$name $entry $count\n";
      }
    }