in reply to WWW:Mechanize (input not in form) problem

Add this right after your first get:
print $browser->content; exit;
The HTML you posted later in this thread, and in your scratchpad while we were discussing this in the chatterbox, could not have possibly generated those errors from HTML::Form. So now it's time to see what you're really getting.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re: •Re: WWW:Mechanize (input not in form) problem
by atnonis (Monk) on May 07, 2003 at 15:43 UTC
    as i didn't expect this code print $browser->content; print out the index.htm, file not the one which is after a valid login. I still can't figure out what the problem is. Do you think the problem is ate <TMPL VAR>? i've writen it as a comment, i dont think it is but... who knows!? (i dont!)
    Antonis!