http://qs1969.pair.com?node_id=405733


in reply to Introduction to anonymous arrays and hashes

Another related example: list your couples by address, giving the man and woman equal billing,

my $hashref = { Eden => [qw/Adam Eve/], Hell => [qw/Bonnie Clyde/] };
Each hash value is a truly anonymous array, and the hash itself is anonymous, though the reference to it is named.

After Compline,
Zaxo