|
|
| "be consistent" | |
| PerlMonks |
Re: Bad index while coercing array into hashby kwaping (Priest) |
| on Jun 08, 2007 at 22:58 UTC ( #620109=note: print w/ replies, xml ) | Need Help?? |
|
Your $self->result->{Abcd} is actually an array of hashrefs. Try printing $self->result->{Abcd}[0]{Platform} instead. --- It's all fine and dandy until someone has to look at the code.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||