HP3000-L Archives

January 2001, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Thu, 18 Jan 2001 11:26:36 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Hans Hendriks wrote:
> Are there any tools for verifying URLs that run on the HPe3000?
>
> Lets say you have a number of URLs stored in a database. Is there some way
> to dump them into a flat file and check each URL (possibly in batch).

Perl LWP could do this:

#!/PERL/PUB/perl
use LWP::Simple;
$doc = get('http://www.bixby.org/mark/perlix.html');

Since this is Perl, there's almost certainly "more than one way to do it".
Search www.cpan.org for alternative solutions.
--
[log in to unmask]
Remainder of .sig suppressed to conserve scarce California electrons...

ATOM RSS1 RSS2