Subject: | [diff agains 0.22] Implementation of random_item |
Randomizer initialization part shamelessly stolen from List::Util. No
docs. PP implementation:
sub random_item(@){
return $_[rand @_];
}
Subject: | diff |
Message body not shown because it is not plain text.