Help for this page

Select Code to Download


  1. or download this
    NUMBER:
    for (3 .. 8) {
    ...
                    next NUMBER;
            }
    }
    
  2. or download this
    for my $pdu_num (3 .. 8) {
        while my $node (@nodes) {
            # more code here...
        }
    }