in reply to more on mechanize accessing a listbox
in thread mechanize accessing a listbox

[editorial note: please use the <code> tags...]

...looks like Mechanize is calling value() on an undefined value. At a guess, you apparently didn't get the site: $mech->get($url). You have to get() before you can start interacting with it.

-Paul