I'm looking for a form who call "something"

Axel R. (axel584@free.fr)
Tue, 16 May 2000 15:53:48 +0200


Hi all,
I parse a html page to extract the form, but i've 2 forms, and I want to keep 
the one who call "something" (I know how it's called)

my @form = HTML::Form->parse($html, $base_uri);

but @form have 2 forms inside...

How to test the good one ?

Thank

Axel R.