Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops qw( NestedLoops );
    my @digits = (1..3);
    ...
        [ (\@digits) x 4 ],
        sub { print( @_, "\n" ); },
    );