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