Help for this page
use Algorithm::Loops qw( NestedLoops ); ... while ( my @list = $iter->() ) { print(join(',', @list), "\n"); }