DBIx-HTMLinterface
view release on metacpan or search on metacpan
HTMLinterface.pm view on Meta::CPAN
=pod
=back
=head2 Optional HTML Customisation Methods
=over 4
=item Future Additions
In a later version, callbacks to print table cells, start and finish tables,
print form fields, print back links and add user defined form parameters to
allow state keeping such as password protection etc.
=item B<set_printheader>
sub printheader {
my $title = shift;
my $headtext = shift;
print $cgi->start_html(-title=>"$title_txt");
( run in 0.330 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )