Help for this page
<tbody> <tr> ... </tr> </tbody>
use WWW::Mechanize; ... $mech->field(txtUserName,$username); $mech->field(txtPassword,$password);