Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
etc.....did u get the idea ... The problem is that it is useless and time consuming to populate such a HASH structure..print $hash{$name1}{ip};#name->ip conversation print $hash{$ip5}{name};#ip->name print $hash{$mac10}{file};#mac->filename print $hash{$mac}{ip};#mac -> ip
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: compound structure? 4way-hash
by Aristotle (Chancellor) on Aug 26, 2002 at 12:51 UTC | |
|
Re: compound structure? 4way-hash
by fglock (Vicar) on Aug 26, 2002 at 12:39 UTC | |
|
Re: compound structure? 4way-hash
by Anonymous Monk on Aug 26, 2002 at 13:39 UTC | |
by Aristotle (Chancellor) on Aug 26, 2002 at 15:52 UTC | |
|
Re: compound structure? 4way-hash
by BrowserUk (Patriarch) on Aug 26, 2002 at 14:06 UTC | |
|
Re: compound structure? 4way-hash
by derby (Abbot) on Aug 26, 2002 at 12:32 UTC |