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;
        }
    }