in reply to how can i retrieve fields name from a form with mechanize

I'm not sure why you are having a problem. The docs are quite clear.

WWW::Mechanize's assorted form methods return a HTML::Form object, which has an inputs method that returns all the inputs. Scroll down the HTML::Form page, and you'll find documentation on the input objects, including the fact that they all have a name method.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.