Hi,
I have a question regarding a part of the documentation (under CPAN) for Class::dbi under the section Quick Retrieval.
The Line: return map $class->construct($_), $sth->fetchall_hash;.
I don't understand the "$sth"? Do I need to use a DBI call along with the prepare, execute and fetch? I have searched for any documentation, but I cannot seem to find anything relevant. Any help or pointers?
Thanks