Next Pseudohashes 8

Pseudo-Hashes

        $array_ref = 
          [ { NAME => 1, TYPE => 2, size => 3, ... },
            "Fenchurch", "Octopus", "Small",
            3, undef, ... ]
        $array_ref->{$key}          
        $array_ref->[$array_ref->[0]->{$key}]


Next 8