in reply to module to "save as" HTML files

Could you explain a little more about the environment you want this to be in?

Scripted on the commandline or part of an application etc.?

And whether you actually mean mirroring a website/webpage.

Thanks.

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^2: module to "save as" HTML files
by telcontar (Beadle) on Apr 11, 2005 at 17:07 UTC
    Hi,

    it'd probably be a perl module invoked from within a web application. It's not meant to mirroring a website / webpage, just to save a "local copy" of a single html site for future reference. The web application is meant to analyze parts of the html code and give some results; and it should keep a local copy of the page it analyzed and of the report it generates, because web content may change at any time. So the web application can say "this is a report on our results on this web page, and this is what the page looked like (or: This is the web page's code) at the time we analyzed it".

    John