Help for this page

Select Code to Download


  1. or download this
    my %myUnitIfs;
    processInterfaceData(\$config{units}{myUnit}{interfaces}, \%myUnitIfs)
    +;
    
  2. or download this
    processInterfaceData(\$config{units}{yourUnit}{interfaces}, \%yourUnit
    +Ifs);
    processInterfaceData(\$config{units}{anotherUnit}{interfaces}, \%anoth
    +erUnitIfs);
    
  3. or download this
    sub processInterfaceData
    {
    ...
      print "$key\n"
       foreach my $key (keys %{$h});
    }