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


in reply to Re^2: why when I use html::form $input->name work,$input->value doesn't work ?
in thread why when I use html::form $input->name work,$input->value doesn't work ?

In what sense does it "not work"?

Does your script crash? Does it return the wrong values?

Note that WWW::Mechanize does not understand Javascript and the HTML input has an onclick attribute, which usually is connected to Javascript.