in reply to SQL function from DBIC

Thanks guys.

Just how do I get to the object that allows me to call selectall_arrayref? I didn't find anything like that in the DBIx::Class docs. My starting point is $c->model('DB'). :-)

use strict; use warnings; print "Just Another Perl Hacker\n";