in reply to My habitual errors

My foible, a silly little simple thing it is too, is that I can easily cross my wires when dealing with HoH's. If I have:

my %families = ( desilu => {ricky => 'lucy', fred => 'ethel', }, bedrock => {fred => 'wilma', barney => 'betty', }, );

... every now and then I go insane and try to dive in with:

my $whiner = $families -> {desilu} -> {ricky};

It's not really a habit, but if I do it once in a project, I do it many times. So I'm very good friends with Data::Dumper::Simple.