
XHTML::Instramented::Form - XHTML::Instramented Form Object

my $template = XHTML::Instrumented->new(name => 'bob');
my $form = $template->get_form(name => 'myform');

All forms should have a name. This C<method> will return the name of the form.
This object has no functions

"G. Allen Morris III" <gam3@gam3.net>