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