in reply to Data Structure: HOA or AOH ??

I stumbled upon this very useful way of visualizing the above data structure using the Data::Dumper module. So far I had only used this for Hashes.
When the line below is added at the very end, it prints this complex data structure!
print Dumper(\@Data);