Help for this page

Select Code to Download


  1. or download this
        push @{$hash{$host}}, $router;
    
  2. or download this
    foreach $key (keys %hash) {
        print "$program $key $matrix ";
        print "$path/CISCO_$_.clean " for @{$hash{$key}};
        print "\n";
    }