Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Help with Hash of hashes, is there a better way?

by ikegami (Patriarch)
on Jun 01, 2006 at 09:24 UTC ( [id://553004]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
       iterate {
    ...
                $free_capacity;
       } $stuff;
    }
    
  2. or download this
    sub iterate(&$) {
       my ($callback, $envs) = @_;
    ...
          );
       }}}}             
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found