salibas has asked for the wisdom of the Perl Monks concerning the following question:
Have a look at LWP::Simple to start with.
use LWP::Simple; my $url = "http://www.foo.com/mp3s/foo.mp3"; my $file = "/path/to/local/file/foo.mp3"; getstore($url, $file); [download]
alex pleiner <alex@zeitform.de> zeitform Internet Dienste