Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Massive expansion of a hash of arrays?

by Anonymous Monk
on Jul 17, 2014 at 22:53 UTC ( [id://1094136]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    0 0 0
    1 0 0
    ...
    0 1 1
    0 2 1
    (etc)
    
  2. or download this
    my @odometer = (0, 0, 0);
    
  3. or download this
    while_odometer_has_not_run_to_completion... {
      $id2++;
    ...
      );
      next_odometer( \@odometer );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-19 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found