Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: varying length multi-dimensional hashes

by joe (Acolyte)
on Oct 04, 2000 at 23:17 UTC ( [id://35314]=note: print w/replies, xml ) Need Help??


in reply to varying length multi-dimensional hashes

thanks c-era here's the one that we came up with for creating the array:
while(<>) { @parts = ($_ =~ /.{3}/g); $assign = "\$hash" . join('', map { "{\'$_\'}" } @parts) . "++;"; eval $assign; }
Not as fast as I'd like, but I guess it's doing a lot of work...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-25 11:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found