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.