use HTML::Form; $form = HTML::Form->parse($html, $base_uri); $form->value(query => "Perl"); use LWP::UserAgent; $ua = LWP::UserAgent->new; $response = $ua->request ...
The form2json service uses each form element name attribute as a key for the output JSON object and the element value as the JSON key value. The form2json service uses a FIELDSET tag to wrap a set of ...