in reply to Posting on a site using mechanize

Cut
$mech->submit_form( form_id => 'addCommentForm');
and paste it over
$mech->click();

Replies are listed 'Best First'.
Re^2: Posting on a site using mechanize
by cesapun (Acolyte) on Aug 15, 2012 at 12:48 UTC

    Ehh.....i have just build another site and now it works.

    Thanks anyway.Close this topic.