Re: Parsing HTTP links

2001-10-19 Thread Lynn Glessner
I've just started looking at HTML:Tree, it sounds great and it sounds like it would do what you are looking for, too. > From: [EMAIL PROTECTED] > Date: Thu, 18 Oct 2001 07:09:06 -0500 > To: [EMAIL PROTECTED] > Subject: Re: Parsing HTTP links > > Hey guys, > > than

Re: Parsing HTTP links

2001-10-18 Thread Curtis Poe
--- [EMAIL PROTECTED] wrote: > Hey guys, > > thanks for all the help with this. I actually did mean HTML Links as I am > looking to parse out specific links from an HTML file. I'm not only > concerned with "HTTP" link () but also other HTML flags. Right > now I'm using HTML::SimpleLinkExto

Re: Parsing HTTP links

2001-10-18 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Greg Froese) wrote: > thanks for all the help with this. I actually did mean HTML Links as I am > looking to parse out specific links from an HTML file. I'm not only > concerned with "HTTP" link () but also other HTML flags. Right > now I'

Re: Parsing HTTP links

2001-10-18 Thread Greg . Froese
Sent by: [EMAIL PROTECTED] 10/18/2001 06:58 AM To: [EMAIL PROTECTED] cc: Subject:Re: Parsing HTTP links Dave Newton wrote: > RaFaL Pocztarski wrote: > > [EMAIL PROTECTED] wrote: > >> I need to parse out all http links stored in a local file. > &

Re: Parsing HTTP links

2001-10-18 Thread RaFaL Pocztarski
Dave Newton wrote: > RaFaL Pocztarski wrote: > > [EMAIL PROTECTED] wrote: > >> I need to parse out all http links stored in a local file. > > You mean HTML links. > > Actually, while the answer doesn't change, we don't know that > this is what he meant. For example, he might not want ftp:// > or

RE: Parsing HTTP links

2001-10-17 Thread Dave Newton
RaFaL Pocztarski wrote: > [EMAIL PROTECTED] wrote: >> I need to parse out all http links stored in a local file. > You mean HTML links. Actually, while the answer doesn't change, we don't know that this is what he meant. For example, he might not want ftp:// or mailto:, both of which are HTML li

Re: Parsing HTTP links

2001-10-16 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Brett W. McCoy) wrote: > On Tue, 16 Oct 2001 [EMAIL PROTECTED] wrote: > > I need to parse out all http links stored in a local file. > > How would I go about doing this? > > which modules would I need to use? > Take a look at HTML::Parser, w

Re: Parsing HTTP links

2001-10-16 Thread RaFaL Pocztarski
[EMAIL PROTECTED] wrote: > I need to parse out all http links stored in a local file. > How would I go about doing this? > > which modules would I need to use? You mean HTML links. use HTML::LinkExtor from: http://search.cpan.org/search?dist=HTML-Parser or HTML::SimpleLinkExtor from: http://sear

Re: Parsing HTTP links

2001-10-16 Thread Brett W. McCoy
On Tue, 16 Oct 2001 [EMAIL PROTECTED] wrote: > I need to parse out all http links stored in a local file. > How would I go about doing this? > > which modules would I need to use? Take a look at HTML::Parser, which is available from CPAN. -- Brett http:

Parsing HTTP links

2001-10-16 Thread Greg . Froese
I need to parse out all http links stored in a local file. How would I go about doing this? which modules would I need to use? TIA Greg