summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Request-Form/DESCR
blob: 58bf5bf01826bac852b039ad0b84490972992326 (plain)
1
2
3
4
5
6
7
8
This is an extension of the HTTP::Request suite. It allows easy
processing of forms in a user agent by filling out fields,
querying fields, selections and buttons and pressing buttons. It
uses HTML::TreeBuilder generated parse trees of documents
(especially the forms parts extracted with extract_links) and
generates its own internal representation of forms from which
it then generates the request objects to process the form
application.