in reply to Re^11: javascript login
in thread javascript login

I solved the problem, I switched perl, system perl (mac) is outdated, i need to upgrade that one, now it gives me the response WWW::Mechanize=HASH(0x100970d08)->dump_forms( HTTP::Response=HASH(0x100b5b118) );

What do I have to fill in in form number right now?

Replies are listed 'Best First'.
Re^13: javascript login
by Anonymous Monk on Aug 19, 2012 at 01:12 UTC
      Isn't this the correct way to use it , with the $fh being the string of the site I want the form of ?
      print " $mech->dump_forms( [$fh] );"

        Isn't this the correct way to use it , with the $fh being the string of the site I want the form of ? /i>

        LOL! No, that is not the correct way to use it. Did you read the documentation? Or the links I gave you to read?