Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use diagnostics; # not everyone puts this in but I think it's helpful
    
  2. or download this
    foreach my $pdu_num (3 .. 8) 
    {
    ...
                    $map{$node} = $pdu . '['.$pdu_num.']';
            }
    }