Hey group,
Not sure how I'd go about doing a url (via LWP probably) but not wait for it to return.
print "Starting...\n"; nowaiturl("$url?foo=bar"); print "$url has been submitted. When it finishes running you'll get an email. Have a super day\n"; # or whatever :)
The idea is to be able to submit data to $url for it to be processed (which may take a while)
without waiting for it to finish.
LWP::Parallel does mutiple $urls in parallel but I want to submit a single url like you would with LWP but not wait, does that make sense?
Would a fork() of some sort be the best way?
Or what is that even called so I can look around for it?
TIA
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>