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.
Open source and all that... (Score:3, Interesting)
So, it's sure nice to know you had fun with LWP but are you going to keep that script to yourself or is there any chance you'll share it with the other nice kids so they don't have to rewrite it? :-)
-- Robin Berjon [berjon.com]
Reply to This
Gone (Score:2)
Lmp3 will be closed and will never come back!
Re:Gone (Score:1)
Re:Gone (Score:1)
Oh bloody hell. <listen4ever.com> has been taken offline within 24 hours as well. It looks like the terrorists are winning... Yes I'm talking about the RIAA and the whole DMCA mob...
See Lawrence Lessig's talk [oreillynet.com], link currentluy at use.perl.org's home page. Maybe a 5 percent loss! While this study here [forrester.com] seems to indicate that those people who regularily download and burn MP3's buy as many CD's as everybody else. Read more here [chron.com] and here [theregister.co.uk].
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
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