fetch a manay URL's
From: new (news_at_example.com)
Date: 02/09/05
- Next message: Abigail: "Re: The Problem with Perl"
- Previous message: Abigail: "Re: back references"
- Next in thread: Eric Bohlman: "Re: fetch a manay URL's"
- Reply: Eric Bohlman: "Re: fetch a manay URL's"
- Reply: John Bokma: "Re: fetch a manay URL's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 09 Feb 2005 21:11:35 GMT
at this time I am using
use LWP::Simple;
and
$tmp = get ('http://example.com');
to get several webpages.
when they are all downloadded I parse the data and display some results
this kinda sucks right now because it waits for on URL to load before
loading the next one is loaded.
can some one point me to a tutorial or something on how to use a call back
function with a timeout option to do this?
any suggestions would be good all I realy want is a way to load all the
URL's at once and know when they are done loading or maybe wait X seconds or
so then move on.
remeber I am really new to perl
Thanks for your help
- Next message: Abigail: "Re: The Problem with Perl"
- Previous message: Abigail: "Re: back references"
- Next in thread: Eric Bohlman: "Re: fetch a manay URL's"
- Reply: Eric Bohlman: "Re: fetch a manay URL's"
- Reply: John Bokma: "Re: fetch a manay URL's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|