![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Class::DBI specifying field is NULLby trantor (Chaplain) |
on Jul 15, 2004 at 13:34 UTC ( #374644=note: print w/replies, xml ) | Need Help?? |
This should do the trick:
my @listings = Table::Listings->search(somefield => undef);
In Section
Seekers of Perl Wisdom
|
|