Help for this page

Select Code to Download


  1. or download this
    sort { $h->{$b}{s} <=> $h->{$a}{s} } keys %$h
    
  2. or download this
    use strict;
    use warnings;
    ...
       print "Element 1: $total{$k}{f}\n";
       print "Element 3: $total{$k}{s}\n";
    }