Help for this page
Select Code to Download
Select
or
download this
my @aoa = ( [1 .. 4], ... my @two_d_slice = map { [ @{$_}[1,2] ] } @aoa[1,2];