Help for this page

Select Code to Download


  1. or download this
    return do { my $arry = $hoa{ (keys %hoa)[rand %hoa] }; $arr->[ rand @$
    +arry ] };
    
  2. or download this
    return $hoa{ my $key = (keys %hoa)[ rand %hoa ] }->[ rand @{$hoa{$key}
    +} ];