in reply to Re: Need to fill password in with perl on Javascript?
in thread Need to fill password in with perl on Javascript?

Perl cannot run Javascript, but most of the time you don't need to do that.

Actually it can, see WWW::Scripter::Plugin::JavaScript/JE, but writing browser is hard work and these are one-man "alpha" releases, firefox/webkit are more mature/reliable

  • Comment on Re^2: Need to fill password in with perl on Javascript?

Replies are listed 'Best First'.
Re^3: Need to fill password in with perl on Javascript?
by Marshall (Canon) on Feb 24, 2012 at 05:54 UTC
    That's good input. However, as you said: "writing browser is hard work". It is! I recommend to avoid the complexities as much as possible. If something "straightforward" will work, then I would do that.