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