Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
             4 => "Gi0/1",
             5 => "Gi0/0",
    });
    
  2. or download this
    foreach my $hash (@hash) {
      no warnings 'uninitialized';
    ...
    5 => Gi0/0
    4 => Gi0/1
    -