Help for this page
my @first_array = @{$array1[0]}; print @first_array;
foreach my $array_ref (@array1) { print @{$array_ref}; }