>  I'm interested in getting at the "maxlength" attribute value of an input
>  tag. I looked at the HTML::Form docs and didn't see how to use it for
>  that. Is it possible way with HTML::Form? If not, is there is another
>  easy way to get at this when using WWW::Mechanize?

Mech has a C<forms()> method that returns a list of all the forms.  Each
form is just an HTML::Form object.  No need to parse 'em on your own.

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to