in reply to How to retrieve certain Form Input

You should take a look at HTML::TreeBuilder and at the look_down method. That returns a list of elements that match some search criteria.


DWIM is Perl's answer to Gödel