Im writing a spider using WWW::Mechanize, and ive found a web with a login box out of a <form> tag. <input type's> are not inside any form, and WWW::Mechanize says:
<input> outside <form> at /usr/lib/perl5/site_perl/5.8.3/WWW/Mechanize.pm line 1335
Is there any way of filling this boxes (are username and password), and hit the submit button?