in reply to www::mechanize long fields

50 lines of urls doesn't seem like a lot to me. Are you sure the %forum_fields hash contains what you think it does?

You can do this:

require Data::Dumper; print Data::Dumper::Dumper(\%forum_fields);
right before calling submit_form to see.

Replies are listed 'Best First'.
Re^2: www::mechanize long fields
by Anonymous Monk on Jun 24, 2006 at 17:23 UTC
    I am dead positive. When I do it with 10 URLS, it works 100% of the time. 50 URLS and it still works. But when I get higher, say 100 or so, it works 1/3 of the time or so. No errors, it just just post the message.