Help for this page

Select Code to Download


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