Re: Verify a url form a perl script
From: Paul Lalli (mritty_at_gmail.com)
Date: 10/26/04
- Next message: Patrick Drouin: "regex trick needed"
- Previous message: joe: "Verify a url form a perl script"
- In reply to: joe: "Verify a url form a perl script"
- Next in thread: Tad McClellan: "Re: Verify a url form a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Oct 2004 18:27:43 GMT
"joe" <joez3@yahoo.com> wrote in message
news:5619c20c.0410261020.5616aa70@posting.google.com...
> I have been asked to write a perl script that will deploy a web page
> to one of our servers, I was able to do this. But now I want to be
> able to make sure that web page comes up and that we can navagate
> around the pages. Is there some built in functions that will let me do
> this? Can someone point me in the right direction to get started.
A pointer in the right direction: perldoc LWP::Simple
This is the module that lets you write very simple HTTP clients. Use it
to fetch a supplied URL, and then peruse the returned document (perhaps
with HTML::Parser) to verify that it contains what you think it
contains.
Paul Lalli
- Next message: Patrick Drouin: "regex trick needed"
- Previous message: joe: "Verify a url form a perl script"
- In reply to: joe: "Verify a url form a perl script"
- Next in thread: Tad McClellan: "Re: Verify a url form a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|