- or download this
for (@{$data}) {
my $key = $_->[0];
...
my $random = $_->[rand($#{$_}) + 1];
$vars{$key} = $random;
}
- or download this
%vars = map { $_->[0],$_->[rand($#{$_}) + 1] } @{$data};
- or download this
$story = {
protaganist => [ 'al debaran','narrator','japh','gilligan' ],
dog => [ 'my pretty pitty' ],
};
- or download this
data/protaganist.txt
al debaran
...
data/trials.txt
adventures
bedraengisse