http://qs321.pair.com?node_id=1096773


in reply to Dereference anonymous AoA

$i is an element from @$aref. You're treating it like an index. Try:

say "label " . $i->[0];