Help for this page
use Data::Dumper; print Dumper(\%randList);
foreach my $key (keys %randList) { push(@numList, $key); }
@numList = keys %randList;