Help for this page
use strict; use warnings; ... $outer_idx++; printf "One: %s; Two: %s\n", $array1[$outer_idx]->[0], $array1[$outer_ +idx]->[1];
One: first #1; Two: first #2 One: second #1; Two: second #2