http://www.perlmonks.org?node_id=1060497


in reply to Re^2: Arrays in arrays, how to access them
in thread Arrays in arrays, how to access them

When I use
subcall( $M[0] );
I get ARRAY(0xa07b5d8), not a the output of the function I'm interested in. Same thing for
subcall( \@{M[0]} )
What am I missing?