foreach ( @outter_array ) { my $outter_element = $_; foreach ( @inner_array ) { print "$outter_element, $_\n"; } }