Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $histRand{ $array[ rand $#array + 1 ] }++ for 0 .. $#array;
    
    print Dumper \%histRand;
    
  2. or download this
    $VAR1 = {
              'oranges' => 18,
    ...
              'apples' => 4,
              'pairs' => 11
            };