foreach ( @first_array ) { foreach ( @second_array ) { print "$_\n"; } }