Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Preventing autovivification while accessing value

by naikonta (Curate)
on Jan 28, 2008 at 17:04 UTC ( [id://664707]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1..17
    ok 1 - id_2 is not supposed to exist
    ...
    #   Failed test 'Since when we have a phone? Oh wait, autovivication i
    +s here!'
    #   at autovivification.pl line 117.
    # Looks like you failed 1 test of 17.
    
  2. or download this
    print "Hey, we have a fax machine at home!\n" # can't happen
        if $cds{id_1}{address}{home}{phones}{fax};
    ok(!exists $cds{id_1}{address}{home}{phones},
        'Since when we have a phone? Oh wait, autovivication is here!');
    
  3. or download this
    t/base....Pseudo-hashes are deprecated at /.../.cpan/build/Data-Diver-
    +1.0101-Sa9fgP/blib/lib/Data/Diver.pm line 140.
    Pseudo-hashes are deprecated at /.../.cpan/build/Data-Diver-1.0101-Sa9
    +fgP/blib/lib/Data/Diver.pm line 131.
    Pseudo-hashes are deprecated at /.../.cpan/build/Data-Diver-1.0101-Sa9
    +fgP/blib/lib/Data/Diver.pm line 140.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-16 17:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found