Complex data structures
In the following pages I'll show you how to deal with complex data structures including:
-
arrays of arrays (@AoA)
-
arrays of hashes (@AoH)
-
hashes of arrays (%HoA)
-
hashes of hashes (%HoH)
-
more elaborate records