in reply to CGI::Formbuilder and Class::DBI
my $href = $DBH->selectrow_hashref("SELECT f1,f2 FROM t WHERE id = 23" +); [download]
Mark