I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-02-13 23:53:37.868499-08 by mkutter in response to 12360
Re: ERROR when constructing objects
hi ,
the error means exactly what it says: Some element, which is expected to be a hash reference, is something else.
Looks like you stuffed something into the method, which does not comply to the structure the generated class expects - but I can't tell without knowing what you passed in.
Martin
Direct Responses: Write a response