in reply to Re^4: 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 ?

Maybe the value also is set via Javascript. You will need to inspect the HTML source code.

For interpreting Javascript, there is WWW::Scripter and WWW::Mechanize::Firefox. The latter one is by me and needs Firefox to operate.

  • Comment on Re^5: why when I use html::form $input->name work,$input->value doesn't work ?

Replies are listed 'Best First'.
Re^6: why when I use html::form $input->name work,$input->value doesn't work ?
by fanasy (Sexton) on Nov 14, 2010 at 15:24 UTC
    thanks for your help. I will study your module and www::scripter