Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops qw( NestedLoops );
    splice(@aoa, $count);
    NestedLoops(\@aoa, sub { print(@_); });
    
  2. or download this
    use Algorithm::Loops qw( NestedLoops );
    NestedLoops(\@aoa, sub { print(@_); });