in reply to Trying to search using Class::DBI
Everything *should* just work. You might hear some complaining about "statement handle still active for query blah blah blah..." but that's it.package IssueBot::Channels; use strict; use warnings 'all'; use base 'IssueBot::DBI'; __PACKAGE__->set_up_table('channel_prefs'); 1;# return true
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trying to search using Class::DBI
by swares (Monk) on May 28, 2008 at 20:19 UTC |