Re: How to check integrity of a webpage from perl

2007-08-08 Thread usenet
On Jul 27, 12:03 pm, [EMAIL PROTECTED] (Ravi Malghan) wrote: > Hi: I am looking to build a script that can go to a webpage, login with a > username/password, download a page, perform a checksum comparison. Two things > I am trying to accomplish. > > 1. Is the website is up > 2. Has the website be

Re: How to check integrity of a webpage from perl

2007-08-08 Thread Dr.Ruud
Ravi Malghan schreef: > Hi: I am looking to build a script that can go to a webpage, login > with a username/password, download a page, perform a checksum > comparison. Have you considered using curl, or wget? -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECT

Re: How to check integrity of a webpage from perl

2007-07-31 Thread skywriter14
A leaf from history: (I like "talks", old or new) Found in: http://www.modperl.com/perl_conference/cool_tricks/handout.html Author: Lincoln Stein Date: 3/15/99 Monitoring a remote server Local monitoring won't catch problems with remote machines, and they'll miss subtle problems that can happen w

Re: How to check integrity of a webpage from perl

2007-07-27 Thread Jeff Pang
--- Ravi Malghan <[EMAIL PROTECTED]> wrote: > Hi: I am looking to build a script that can go to a > webpage, login with a username/password, download a > page, perform a checksum comparison. Two things I am > trying to accomplish. > > 1. Is the website is up > 2. Has the website been compromised

How to check integrity of a webpage from perl

2007-07-27 Thread Ravi Malghan
Hi: I am looking to build a script that can go to a webpage, login with a username/password, download a page, perform a checksum comparison. Two things I am trying to accomplish. 1. Is the website is up 2. Has the website been compromised. I found a number of pointers when I googled some string