in reply to How to get the name of an input which is on a HTML form

As the documentation says, The controls returned are all descended from HTML::Form::Input. And looking at the HTML::Form(::Input) documentation, I find the ->name method, which likely does what you're looking for.