in reply to WWW::Mechanize and Module Error #1

What does $mech->response->as_string return? I expect you'll find that the error originates from the server you are contacting. Presumably, you're not passing the inputs it's expecting in the request.

Replies are listed 'Best First'.
Re^2: WWW::Mechanize and Module Error #1
by Gangabass (Vicar) on Sep 15, 2009 at 00:00 UTC

    Well, this is Pligg registering page and as i can login after this (via web interface) i realize that it get all my data (and register me). But why it sometimes return this error i don't know.

    Also i get same error on different Pligg driven site (not single one). So now i'm sure this is Pligg problem not Perl. I'll try which input i miss (may be some JavaScript).

    Anyway thanks a lot.

      may be some JavaScript

      Not knowing what Pligg is, JavaScript is the most likely cause. If you do a Super Search for JavaScript Mechanize, you should come up with solutions.