in reply to Slicing hashes that don't exist

Or in Perl 6:
push @array_of_hashes, { <a b c d> Z <A B C D> };
Perl 6 - links to (nearly) everything that is Perl 6.