http://qs1969.pair.com?node_id=439552


in reply to Clicking nameless buttons with WWW::Mechanize

It looks like you can pass a value parameter to click_button. If the submit buttons have different values, that should work.

Taking another tack, how about adding a name to each button? I suppose there's probably a reason they don't have names, but that would obviously simplify things. Sorry if this suggestion sounds dismissive.