in reply to Compare two hash values for a match
It seems much easier to me to set up your lookup like this
instead of$lookup{$sysoid} = $name;
because that is how you want to use it.$lookup{$name}{"name"}=$name; $lookup{$name}{"sysoid"}=$sysoid;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Compare two hash values for a match
by vlad3848 (Acolyte) on Oct 25, 2013 at 07:05 UTC |