On 2005-11-22, Jeff MacDonald <[EMAIL PROTECTED]> wrote:
>
> Do you folks have a method to easily populate a FillInForm object
Sure. Use the FillInForm plugin with vanilla DBI:
my $filled_html = $self->fill_form($html,
$self->dbh->selectrow_hashref("SELECT * from table WHERE id = ?",{},$id)
);
Mark
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]