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
--- [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
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'
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.
> &
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
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
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
[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
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:
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
10 matches
Mail list logo