Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops 'NestedLoops';
    
    ...
      [ map [0 .. $_-1], @size ],
      sub { deref_many(\@array, @_) = rand }
    );