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