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
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]