navorinco has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on how can i retrieve fields name from a form with mechanize

Replies are listed 'Best First'.
Re: how can i retrieve fields name from a form with mechanize
by Your Mother (Archbishop) on May 08, 2009 at 16:28 UTC

    That sounds great. Here's how to do it in four simple steps-

Re: how can i retrieve fields name from a form with mechanize
by ikegami (Patriarch) on May 08, 2009 at 16:39 UTC

    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.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: how can i retrieve fields name from a form with mechanize
by Anonymous Monk on May 08, 2009 at 16:28 UTC
    cool story bro