$entry->foo(7); $entry->bar('some string'); $entry->baz(23.5); $entry->update(); $entry->dbi_commit(); [download]
In reply to Re: Class::DBI question by perrin in thread Class::DBI question by freddo411