I'm only learning to use www::mechanize and I've had some luck but now I'm stuck and frustrated with this one.

Trying to login to matchup.io, so I ran mech-dump -forms https://matchup.io/users/sign_in

POST https://matchup.io/users/sign_in utf8=&#10003; (hidden readonly) authenticity_token=diJec2QOaXyKKSFfemWgQhfJo1Y9zIPg2PyiF9oajMK/JlmhI +g7HOQvuy3BlVMx0jUvZIX8xeh5kNbDm+MqCLA== (hidden readonly) user[remember_me]=1 (hidden readonly) user[email]= (email) user[password]= (password) button=<UNDEF> (submit)

I've not had a mixture of fields and button but to make it worse, the brackets in the fields, see user email and password aboveand they give me all sorts of errors whatever I try.

Does anyone have any idea how to prepare the fields with brackets and then the button..

Thanks in advance.

Oh, it's my first post here so accept my apologies if I'm doing something wrong in the post


In reply to www::mechanize matchup.io form and clicking by rocteur

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.