Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

O, the horrors of references and complex data structures

by DeusVult (Scribe)
on Feb 06, 2001 at 01:28 UTC ( [id://56508]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    push @AoH, \%globHash;
    
  2. or download this
    hash *globHash;
    array<hash>AoH;
    // do stuff
    ...
    delete globHash;
    globHash = new *hash;
    // now I have a fresh new hash!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found