Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: My habitual errors

by gloryhack (Deacon)
on Apr 05, 2007 at 14:12 UTC ( [id://608482]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608482]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-25 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found