in reply to Not a HASH reference using YAML
You are trying to treat something as a hash reference (i.e. doing this: ->{foobar}) but it's not a hash reference; it's some other kind of reference. (Given that the source of the data is YAML, I'd put my money on it being an array reference.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Not a HASH reference using YAML
by Anonymous Monk on Aug 17, 2012 at 14:39 UTC | |
by tobyink (Canon) on Aug 17, 2012 at 15:10 UTC |