Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
    }
    print "$highest key has the highest value\n";
    
  2. or download this
    4 key has a value 7 
    1 key has a value 8 
    3 key has a value 3 
    2 key has a value 6 
    2 key has the highest value