NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Gone (Score:2)
Lmp3 will be closed and will never come back!
Re:Gone (Score:2)
I'll give out the code once I figure out how to detect an aborted get(). It seems like every second to third get is bungholed, and I'm not sure why.
--Nat
Reply to This
Parent
Re:Gone (Score:2, Informative)
Perhaps you could use the
$ua->request($req, $callback)variant to detect aborted downloads. I use something like this:-- briac