http://qs321.pair.com?node_id=897147


in reply to WWW::Mechanize to Fill in Fields when no Form Defined

If the <form> tags are missing, you can add your own with WWW::Mechanize's update_html method:-

$ua->update_html('<form>' . $ua->content . '</form>');

    --k.