Help for this page

Select Code to Download


  1. or download this
      if (my $hit= /^port-channel (\d+)$/ .. /^\s*$/) {
        if ($hit == 1) {
    ...
        }
        $hash->{$key}->{$1} = $2 if (/switchport description To (\w+) ([\d
    +\.]+)/); #line 18
      }