Help for this page

Select Code to Download


  1. or download this
    for my $key (reverse sort keys %hash) {
       print "\n<b>$key chars</b><br>\n";
    ...
       }
        print "<br><br>\n";
    }