in reply to Re: WWW::Mechanize & <option>s
in thread WWW::Mechanize & <option>s

Great idea! (And I would have no problem doing... If it worked) :-D Here's the pertinent code:
$agent->submit_form( form_name => 'quickSearchForm', fields => { search => 'new', make => 'Subaru', model => 'B9 Tribeca', trim => '5-Passenger Ltd.', showImages => 'yes', fz => 'true', } );
The field names, and values are exactly what show up in firefox, but it still gives me:
Illegal value 'new' at C:/Perl/site/lib/WWW/Mechanize.pm line 1178