Hi Mark,
I'm glad I could help a fellow hacker :)
Best,
Kevin
- Original Message -
From: "Mark Bergeron" <[EMAIL PROTECTED]>
To: "Kevin Smith" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 1:12 AM
Subject: Re: R
Message-
From: "Tillman, James"<[EMAIL PROTECTED]>
To: "'Mark Bergeron'"<[EMAIL PROTECTED]>, [EMAIL PROTECTED],
[EMAIL PROTECTED]
Date: Tue Apr 02 03:45:18 PST 2002
Subject: Re: Capturing Content
>Darn! And I missed it? What did it look like?
>j
AIL PROTECTED]>
To: "Mark Bergeron"<[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date: Mon Apr 01 02:54:59 PST 2002
Subject: Re: Capturing Content
>Hi Mark,
>
>This might help you on your way :
>
>#!perl -w
>use strict;
>use LWP::Simple;
>use LWP::UserAgent;
[EMAIL PROTECTED]
Date: Mon Apr 01 04:01:47 PST 2002
Subject: Re: Capturing Content
>Look at LWP::Simple. It's almost certainly what you want.
>
>If I'm wrong and it isn't, then try LWP::Agent.
>
>jpt
>
>> -Original Message-
>> From: Mark Be
PROTECTED]>
To: <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:28 AM
Subject: Capturing Content
> Hello guys,
> Has anyone worked with grabbing content from another webpage (text only)
and storing that into a text file or dB table for use later insid
Hello guys,
Has anyone worked with grabbing content from another webpage (text only) and storing
that into a text file or dB table for use later inside of another application. I know
this isn't too tricky. Just wanted to maybe get an idea or an example or two. Perhaps
a type of customized spyde