in reply to Re: Leashing DBI
in thread Leashing DBI
And the query result is stored in a Data::Table object. From there it can be extracted or manipulated at will. In a CGI program you can print it out as an HTML table easily: print $table->html;my $table = Data::Table::fromSQL($dbh, "select whatever from table where col + = ?", $val);
buckaduck
|
---|