Name: | perl-HTML-Form |
---|---|
Version: | 6.10 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 70463 |
License: | GPL+ or Artistic |
RPM: | perl-HTML-Form-6.10-2.el9.noarch.rpm |
Source RPM: | perl-HTML-Form-6.10-2.el9.src.rpm |
Build Date: | Sun Feb 19 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/HTML-Form |
Summary: | Class that represents an HTML form element |
Description: | Objects of the HTML::Form class represents a single HTML <form> ... </form> 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. |