http://qs321.pair.com?node_id=196867


in reply to Parsing Forms with selections

Depending on what you are trying to accomplish with the data you extract, you may want to also look at HTML::Form as an alternative to HTML::TreeBuilder. I have used both and found HTML::Form much easier to work with for both parsing forms from HTML and generating POST data.

Update: Fixed cut-and-paste error. Second link should have been to HTML::TreeBuilder.

Replies are listed 'Best First'.
Re: Re: Parsing Forms with selections
by rdfield (Priest) on Sep 11, 2002 at 08:55 UTC
    Maybe I missing something obvious here but what's the difference between the two modules/links you mention?

    rdfield

      Thanks for catching the error. The second link was incorrect. I have corrected the node.