in reply to Mulitple values for a key in a hash
You also have to keep things balanced... { key1 => key2 => 3 } probalby doesn't mean what you think. It's actually { key1 => 'key2', 3=>undef }.
Also, what doesn't work?
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mulitple values for a key in a hash
by wishartz (Beadle) on Nov 29, 2007 at 14:58 UTC |