in reply to Perl on window7

Is there a technical reason why you have to use IE to get the HTML file? It seems --to me at least-- much easier to do so using LWP::UserAgent or even LWP::Simple.

Update: OK, now I see it. You are not capturing HTML files, you are taking screenshots and of course that will not work with the LWP-modules.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James