in reply to Re^3: LWP parsing problem
in thread LWP parsing problem

Why? Because when I tried to use the find_all_inputs method of Mechanize, it returned data that was useless to me. I figured I could do it more simply and efficiently with HTML::Form. Apparently I am wrong :P

Thanks for all your help.