use LWP::Simple; my $URL = "http://www.exampleurl.com"; my $content = get($URL); $content =~ s/ /%20/g;