Help for this page

Select Code to Download


  1. or download this
    my $current = 5;
    
    ...
       }
    
    }
    
  2. or download this
    my $highest = 0;
    foreach my $key (keys %hash)
    ...
    }
    
    print "\nhighest number is: $highest";