.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "HTML::Form 3" .TH HTML::Form 3 2024-10-21 "perl v5.40.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME HTML::Form \- Class that represents an HTML form element .SH VERSION .IX Header "VERSION" version 6.12 .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 3 \& use HTML::Form; \& $form = HTML::Form\->parse($html, $base_uri); \& $form\->value(query => "Perl"); \& \& use LWP::UserAgent; \& $ua = LWP::UserAgent\->new; \& $response = $ua\->request($form\->click); .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Objects of the \f(CW\*(C`HTML::Form\*(C'\fR class represents a single HTML \&\f(CW\*(C`
\*(C'\fR 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 \&\fBrequest()\fR method of LWP::UserAgent. .PP The following methods are available: .ie n .IP "@forms = HTML::Form\->parse( $html_document, $base_uri )" 4 .el .IP "\f(CW@forms\fR = HTML::Form\->parse( \f(CW$html_document\fR, \f(CW$base_uri\fR )" 4 .IX Item "@forms = HTML::Form->parse( $html_document, $base_uri )" .PD 0 .ie n .IP "@forms = HTML::Form\->parse( $html_document, base => $base_uri, %opt )" 4 .el .IP "\f(CW@forms\fR = HTML::Form\->parse( \f(CW$html_document\fR, base => \f(CW$base_uri\fR, \f(CW%opt\fR )" 4 .IX Item "@forms = HTML::Form->parse( $html_document, base => $base_uri, %opt )" .ie n .IP "@forms = HTML::Form\->parse( $response, %opt )" 4 .el .IP "\f(CW@forms\fR = HTML::Form\->parse( \f(CW$response\fR, \f(CW%opt\fR )" 4 .IX Item "@forms = HTML::Form->parse( $response, %opt )" .PD The \fBparse()\fR class method will parse an HTML document and build up \&\f(CW\*(C`HTML::Form\*(C'\fR objects for each