in reply to Better solution with Mechanize?

If you use Win32::IE::Mechanize instead of WWW::Mechanize, which of course you can only do on Windows, because it uses the core of MS Internet Explorer, then you'll find it'll interpret Javascript and embed document.write() output in the produced "source". It's a neat way to have this kind of stuff handled automatically.

Replies are listed 'Best First'.
Re^2: Better solution with Mechanize?
by myuserid7 (Scribe) on Jun 14, 2006 at 20:39 UTC
    Interesting, thanks.. not an option this time, but I'll keep that in mind.