in reply to LWP and Javascript
So before you go any futher, dump as much of the site that your browser usually gets to disk. You can use LWP to attempt to do it, or simply employ some sophisticated network sniffer, to basically capture a session where you log in/ and log out (for startes), and then decipher how to do it using LWP.
Until you do this, nobody can even begin to help you (all the advice will probably be good, but will usually be as vague as this, and mostly involve technique ... and this is a tried and true way).
and on a final note, my <shameless plug> HTML::TokeParser Tutorial </shameless plug> - may help you in parsering that html (there is probably something somethingjavascript for dealing with that).
Happy coding!
| ______crazyinsomniac_____________________________ Of all the things I've lost, I miss my mind the most. perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;" |
|
|---|