in reply to How do i use the wget command in perl
use LWP::Simple my $data = get("http://www.example.com/"); [download]