Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re4: Database storage confusion

by blakem (Monsignor)
on Mar 09, 2003 at 05:57 UTC ( [id://241506]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $mldb{key}{subkey}[3] = 'stuff';        # won't work
    
  2. or download this
    $tmp = $mldb{key};                      # retrieve value
    $tmp->{subkey}[3] = 'stuff';
    $mldb{key} = $tmp;                      # store value
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-25 01:55 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found