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


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

my question is print $input->value ,the result is "" .
if javascript, does perl have any module can handle the javascript on html?
thanks for your replay.
  • Comment on Re^4: why when I use html::form $input->name work,$input->value doesn't work ?

Replies are listed 'Best First'.
Re^5: why when I use html::form $input->name work,$input->value doesn't work ?
by Corion (Patriarch) on Nov 14, 2010 at 11:14 UTC

    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.

      thanks for your help. I will study your module and www::scripter