Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Why does exists cause autovivication?

by graff (Chancellor)
on Dec 29, 2007 at 07:07 UTC ( [id://659456]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    }
        # what I meant there was: please do not autovivify $HoH{$uid}; ins
    +tead,
        # do a separate check of hash-key existence for each level of hash
    + nesting
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
        return $result;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found