[EMAIL PROTECTED] wrote:
using the following code I get a distorted file , I used the sockets and
the result is the same here is the LWP code i used
use strict;
use LWP::Simple;
my $url ="http://xxx.xxx.com/Amazing_Grace.mp3" ;
my $html = get($url) ;
print $html;
exit(0);
I think that the tranfer was made in ascii .
any help would be greatly appreciated .
thks n rgds
succeeded with getstore
thks n rgds
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]