Help for this page

Select Code to Download


  1. or download this
    for my $v ( values %Your_Hash_name ){
      $total += $v;
    }
    
  2. or download this
    >perl -wMstrict -le
    "my %hash = (
    ...
    "
    73273728
    36.64
    
  3. or download this
    >perl -wMstrict -le
    "use List::Util qw(sum);
    ...
     print $total;
    "
    36.64