in reply to Re: downloading mp3 songs using LWP::UserAgent
in thread downloading mp3 songs using LWP::UserAgent

If you want to keep using LWP::UserAgent how about something like this:
$user_agent->get($mp3_url, ":content_file" => $local_mp3_filename);