cajun has asked for the wisdom of the Perl Monks concerning the following question:
What I want to do is search a given web page, extract certain links from that web page. The example in HTML::LinkExtor can easily be modified to do this.
Where I'm stuck though is from each one of those certain links extracted from the first page, I then want to search those links and extract certain links from those pages. Maybe it would be more clearly explained to say I want to run the example script, extract a set of given links, then run the script again on each of those extracted links.
I've done a bit of searching (including merlyn's home page) and haven't found anything quite similar to this as yet. Perhaps I've over looked it. Pointers to similar code or gentle nudges in the right direction would be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extracting links
by clemburg (Curate) on Jun 20, 2001 at 13:44 UTC | |
|
Re: Extracting links
by E-Bitch (Pilgrim) on Jun 20, 2001 at 18:53 UTC |