Help for this page
sub getRandomPairFromHash{ my $href = shift; ... ( $key, $val ) = each %$href while $n--; return ( $key, $val ) }