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


in reply to problem with Array of Arrays

Just for TIMTOWTDI's sake, you could do without a for loop, although the dereferencing principle remains the same.

print join ", ", map {$_->[1]} @AoA;