in reply to Need to fill password in with perl on Javascript?
If best means the least amount of moving parts, then let's by-pass JavaScript altogether. Figure out with Wireshark, Firebug or similar how the actual HTTP request looks like. Then use a HTTP client library such as WWW::Mechanize to duplicate the essential parts of the request. In the majority of cases, these are submitted form contents only.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need to fill password in with perl on Javascript?
by jdlev (Scribe) on Feb 23, 2012 at 18:17 UTC | |
by Anonymous Monk on Feb 24, 2012 at 09:22 UTC |