Keeping in mind that doing any of this may not be accepted in their Terms of Use, maybe you can try something like:
$mech->submit_form( with_fields => { usr_name => 'me', usr_password => 'secret', } );

..While deleting the '$mech->form_name' ..line
Also, I'm really unsure why you are using a separate subroutine to get the status. You could just call $mech->status instead? If I was to put any of your script(when it works) into a sub, it would be the login process.
Are you watching to make sure that the script is actually filling out the form?
UPDATE: Are you sure the name of that form is correct on that route? When I inspect with FireBug, I see the form name as 'homeLogonForm' ..not 'logonform'. Definitely make sure you are specifying the right one- If my above suggestion doesn't work.

In reply to Re: Need help logging into my bank with WWW::Mechanize::Firefox by PerlSufi
in thread Need help logging into my bank with WWW::Mechanize::Firefox by johnblack

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.