in reply to web link errors

This looks like a mod of some code I posted here. On the surface, I don't see anything wrong with your code, except for the fact that those URL's don't exist (at least not at the momnet for me). Do you have all the modules installed?
LWP::Simple; HTML::TokeParser; HTML::Entities;

Also, when I posted this code, I was running the script against domains w/o subdomains as you have here. I split on /\./ to get the domain, you will only get the subdomian.
-Silent11

Replies are listed 'Best First'.
Re: Re: web link errors
by Anonymous Monk on Mar 12, 2002 at 14:23 UTC
    thanks for your reply! Here are my ppm listings:
    Archive-Tar Compress-Zlib Digest-MD5 File-CounterFil Font-AFM HTML-Parser HTML-Tagset HTML-Tree MIME-Base64 PPM SOAP-Lite Storable Tk URI XML-Parser XML-Simple libnet libwin32 libwww-perl
    I thought some were the same as what you had listed or close to it?
    Also should I list ALL my links in my HTML page in the newspages array??
    I like your script because it is not long and complex for a beginner like me so I can learn off it.