in reply to Re: Getting all the parameters of CGI requestin thread Getting all the parameters of CGI request
It may not list out the params,
Sure it does. $mech->forms gets you the forms, and $form->inputs gets you a form's inputs.