#!/usr/bin/perl use strict; use warnings; use LWP::Simple; getstore('http://www.perlmeme.org', 'some_local_file'); exit 0;