Help for this page

Select Code to Download


  1. or download this
    my $random_thing = random($hash_of_arrays, $list, $options);
  2. or download this
      my $key = 'foo';
      my $additions = 'elephant';
    ...
        my ($color_key, $color_additions) = @_;
        random($color_hash, $color_key, { caller => 'random_color', additi
    +ons => $color_additions});
      }