Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    my $max    = max (keys %hash);
    my $maxstr = maxstr (keys %hash);
    say "numeric: $max\tstring: $maxstr";
    
  2. or download this
    numeric: 1    string: b