Help for this page

Select Code to Download


  1. or download this
    foreach my $value (sort keys %tophash)
    {
      print $value;
    }
    
  2. or download this
    foreach my $value (sort keys %{$tophash{$subhash}})
    {
     print $value;
    }