in reply to SaveAs in IE

Rather than using IE I would use LWP and its friends to get the HTML-code of the page you want to catch.

Then you walk this HTML-file (with some suitable HTML-parser) and download (again with LWP) all files which are linked to your page, at the same time adapting these links so they now point to the local copies of the files you just downloaded.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law