kevyt has asked for the wisdom of the Perl Monks concerning the following question:
But I need to compare and store 2 results.@str = qw( 7 house network_name 4 6); //<--example of data if($myhash {$str2}}){ // if netowrk_name is found increment the values of 3 and 4 } else{ //must be new so ad new data to hash }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: multidimensional hash of array
by davorg (Chancellor) on May 31, 2001 at 19:18 UTC | |
|
Re: multidimensional hash of array
by bwana147 (Pilgrim) on May 31, 2001 at 20:06 UTC | |
by kevyt (Scribe) on May 31, 2001 at 20:26 UTC |