Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: I hate nested loops

by JavaFan (Canon)
on Aug 11, 2011 at 05:46 UTC ( [id://919799]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $eth (@eths) {
        for my $net (@nets) {
            $netifaces{$eth}{$net} = func($eth, $net);
        }
    }
    
  2. or download this
    for my $eth (@eths) {
        for my $net (@nets) {
    ...
            $something_else{$eth} += $net;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found