in reply to WWW::Mechanize click_button

rembrantxvii,
In my 2 minute dive of the source, WWW::Mechanize uses HTML::Form. While HTML::Form recognizes and parses button tags, it defaults to IgnoreInput action with a sub value { return }

I could be way off base here as I do not know the internals of these modules at all.

Cheers - L~R