in reply to WWW::Scripter Help

You will need to find out how to manipulate nameless elements in WWW::Scripter. I guess you can evaluate Javascript within WWW::Scripter, so I would do that to change the state of the select field.

Replies are listed 'Best First'.
Re^2: WWW::Scripter Help
by pechorin (Initiate) on May 16, 2011 at 17:19 UTC
    Well. I guess that is my question: how do I manipulate nameless elements in WWW::Scripter?

      I would read WWW::Scripter, and likely the ->document method returns a HTML::DOM object that you can use to manipulate the DOM of the current page, regardless of (un)named elements.