in reply to Re^4: using and debuging www Mechanize
in thread using and debuging www Mechanize

What is the correct one? 2nd example from SYNOPSIS
$mech->submit_form( form_name => 'search', fields => { query => 'pot of gold', }, button => 'Search Now' );
So try
submit_form( button => 'Sign-In', ...

Replies are listed 'Best First'.
Re^6: using and debuging www Mechanize
by yantar (Initiate) on Jun 08, 2009 at 13:32 UTC
    OK, i did that, but still i am not redirected to the next page. Is it possible there is something like a cookie or another protection that stops me from entering?
    How can i check for cookies and make sure i am valid?

    Thanx again for all your help!

        I did that, what info should i be looking at exactly?
        In FireBug - under Net? Post? Headers?
        I looked at the form fields they are exactly the same.

        Thanx