snra_perl has asked for the wisdom of the Perl Monks concerning the following question:
%HoH = ( '192.168.0.1' => { user => "fred", pass => "barney", }, '192.168.0.2' => { user => "george", pass => "tester", }, '192.168.0.3' => { user => "homer", pass => "abc123", }, '192.168.0.6' => { user => "fred", pass => "barney", }, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Retrieve unique values from Hash of Hashes
by ikegami (Patriarch) on Nov 09, 2009 at 21:10 UTC | |
by 7stud (Deacon) on Nov 09, 2009 at 23:04 UTC | |
|
Re: Retrieve unique values from Hash of Hashes
by biohisham (Priest) on Nov 10, 2009 at 00:39 UTC | |
by ikegami (Patriarch) on Nov 10, 2009 at 04:49 UTC |