in reply to Re: Re: using CGI, DBI and HTML::Template (a mini tutorial with example code)
in thread using CGI, DBI and HTML::Template (a mini tutorial with example code)
Hope this helpsmy $table_data = $dbh->prepare($companyquery); $table_data->execute; my $arrayref = $table_data->fetchall_arrayref({}); $template->param(ROWS => $arrayref);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: using CGI, DBI and HTML::Template (a mini tutorial with example code)
by Anonymous Monk on Feb 08, 2004 at 09:08 UTC |