Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops qw( NestedLoops );
    
    ...
       \@arrays,
       sub { print(join('-', @_), "\n"); },
    );