in reply to Re: download part of remote files
in thread download part of remote files
The last 128 bytes of an mp3 contain information about the file such as length, artist, song, etc. I want to download only the last 128 bytes so I can get to this information and store it in a mysql database.$file = HTTP::Request->new(GET => 'http://www.server.com/filename.mp3' +);
So I guess my question is, what do I replace that line of code with so it only gets the last 128 bytes?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: download part of remote files
by merlyn (Sage) on Mar 08, 2001 at 02:50 UTC | |
Re: Re: Re: download part of remote files
by rpc (Monk) on Mar 08, 2001 at 02:18 UTC | |
Re: Re: Re: download part of remote files
by arturo (Vicar) on Mar 08, 2001 at 02:22 UTC |