in reply to Re: Class::DBI 'distinct' records
in thread Class::DBI 'distinct' records

That will still return a list, though, regardless of wheather there was only one result returned or not. So in this case, there's little advantage ot use retrieve_from_sql over a normal search().

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

:(){ :|:&};:

Note: All code is untested, unless otherwise stated