$text = "Come visit http://mysite.com and see what it says."; $text =~ s!(http://[^\s]+)!$1!gi; print $text;