DBIx-glueHTML
view release on metacpan or search on metacpan
glueHTML.pm view on Meta::CPAN
=pod
=back
=head2 Optional HTML Customisation Methods
=over 4
=item Future Additions
In a later version, callbacks to add user defined form parameters to
allow state keeping such as password protection etc.
=item B<set_printheader> B<(>I<Callback function address>B<,> I<Print content type header (1/0)>B<);>
sub printheader {
my $title = shift;
my $headtext = shift;
print $cgi->header;
( run in 0.376 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )