http://www.perlmonks.org?node_id=934498


in reply to Re: WWW::Mechanize::Firefox, select with multiple names
in thread WWW::Mechanize::Firefox, select with multiple names

While that didn't work. I think the DOM object is subj_id.

This did work:

my $select = $mech->selector('#subj_id', single => 1); $mech->select($select, ['AAE']);

Thanks for the help. I knew there had to be a way to pass the DOM/CSS stuff into it.

Thanks,

gizmo