Help for this page

Select Code to Download


  1. or download this
    my @everything = (\@fw, \@vlan, \@vrf, \@more);
    
    foreach (@everything) {
        theSub(@$_);
    }