On Mon, 15 May 2006 04:42:45 -0700 (PDT)
Peter botros <[EMAIL PROTECTED]> wrote:

> 
> I need to get a web crawler, go to a web page "url"
> and get some info by using a criteria like what
> follows a "word:" 
> 
> Thanks

I've done things like this before using LWP and HTML::Parser or
HTML::TreeBuilder. This approach would probably handle what you are looking
for.

My current favorite tool for this kind of job is WWW::Mechanize, which
supports more advanced website traversal than just going to a single page.

Anybody else have a suggestion?

G. Wade
-- 
Always hold a grudge. Keeps the memory sharp.  -- Hagar the Horrible
_______________________________________________
Houston mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/houston

Reply via email to