in reply to Messing about in Arrays of Hashes
Would you want "id_a==1" to come out with 120, and "id_b==4" to come out with 250? Or do you need to keep track{ id_a => 1 id_b => 2 value_x => 20 value_y => 30 } { id_a => 3 id_b => 4 value_x => 40 value_y => 50 } { id_a => 1 id_b => 4 value_x => 100 value_y => 200 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Messing about in Arrays of Hashes
by nzgrover (Scribe) on Sep 21, 2004 at 04:37 UTC |