Hi Mark, This might help you on your way :
#!perl -w use strict; use LWP::Simple; use LWP::UserAgent; my $url = 'http://www.domainsomewhere.com'; my $con = get $url; print "$con"; exit; __END__ ----- Original Message ----- From: "Mark Bergeron" <[EMAIL 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 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 spyder? A link to a site would be great. > TIA, Mark Bergeron > > ___________________________________________________ > GO.com Mail > Get Your Free, Private E-mail at http://mail.go.com > > > _______________________________________________ > Perl-Win32-Web mailing list > [EMAIL PROTECTED] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs