Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: O, the horrors of references and complex data structures

by chipmunk (Parson)
on Feb 06, 2001 at 01:38 UTC ( [id://56511]=note: 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
    while (<>) {
      my %hash = split;
      push @AoH, \%hash;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 22:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found