libhtml-form-perl

Module that represents an html form element
  http://search.cpan.org/dist/HTML-Form/
  0
  no reviews



Objects of the html::form class represents a single html
...
instance. a form consists of a sequence of inputs that usually have names, and which can take on various values. the state of a form can be tweaked and it can then be asked to provide http::request objects that can be passed to the request() method of lwp::useragent.