Help for this page

Select Code to Download


  1. or download this
    my @Filter = split /(port-channel \d\n)/, $Info;
    for (@Filter) {
    ...
        }
        print;
    }