Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I was wondering, is there a utility in perl to capture a website and generate a picture of how this website will render? like when you click once on an html file in windows, it shows a small picture of how it will look. can this be done with perl? to get a picture of how the website will look like? thanx.
  • Comment on picture of how an html file will render?

Replies are listed 'Best First'.
Re: picture of how an html file will render?
by OeufMayo (Curate) on Sep 10, 2001 at 12:22 UTC
Re: picture of how an html file will render?
by Beatnik (Parson) on Sep 10, 2001 at 15:05 UTC
    Also know that browsers render pages differently, all depending on how they handle invalid HTML, what tags they support, built-in fonts, etc. This ofcourse also is the case for different browser versions. IE3.0 will render differently than IE4.0. IIRC websitegarage provides a similar service.

    Update: broken link fixed, kudos to blakem

    Greetz
    Beatnik
    ... Quidquid perl dictum sit, altum viditur.