use LWP::Simple 'getstore'; my $url = 'http://some.domain.com/image.gif'; my $file = '/tmp/image.gif'; getstore( $url, $file );