in reply to Re^2: How do I access only certain elements of a multidimensional array?
in thread How do I access only certain elements of a multidimensional array?
Output:foreach my $aref (@shapes[2 .. $#shapes]) { print join(" ", @$aref[2 .. $#$aref]), "\n"; }
Hope this is helpful.c d e f g h i j k Radio
|
|---|