in reply to Re^2: hashref to arrayref
in thread hashref to arrayref
so when you read it in list context, you get a list of keys and hashrefs. What exactly are you trying to get back?%errors=(key1 => { date => 'some date', time => 'some time', }, key2 => { date => 'some other date', time => 'some other time', }, ... );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: hashref to arrayref
by mcarthey (Novice) on Jul 31, 2009 at 17:46 UTC |