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


in reply to Re^2: What would be the easier way
in thread What would be the easier way

@{ $whatever } de-references the array ref $whatever so you can use the reference as an array. Your data are contained in array references which you need to de-reference with @{ } to use as arrays.