View Single Post
Old 05-15-2007, 08:09 PM   #6 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 596
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
in perl
Code:
use LWP::Simple;

my $URL = "http://www.exampleurl.com";
my $content = get($URL);
$content =~ s/ /%20/g;
Also perl isn't an acronym, so don't put it in all caps.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote