http://qs321.pair.com?node_id=620109


in reply to Bad index while coercing array into hash

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.