in reply to Re: Download web data
in thread Download web data

roboticus,
Thanks for the prompt reply!
Do you have more info for the first opton?
cheers!

Replies are listed 'Best First'.
Re^3: Download web data
by Corion (Patriarch) on Oct 15, 2010 at 16:54 UTC

    Reading is something you have to do with your eyes. Emulating is something you have to do with your brain.

Re^3: Download web data
by pemungkah (Priest) on Oct 15, 2010 at 21:50 UTC
    The Firefox Live HTTP Headers extension is invaluable for this kind of thing. You can watch the requests and responses go by and then write LWP or WWW::Mechanize code to duplicate the sequence.

    There are recording proxies that are supposed to do this automatically but I've never had much successs in getting them to work.