that subroutine works...sub GetLinks { $text = shift; use Regexp::Common; $text =~ s[($RE{URI}{HTTP})] [<a href = "$1" target="_blank">$1</a>]g; return($text); }
In reply to Re^2: Creating links in the URLs in a text paragraph
by Anonymous Monk
in thread Creating links in the URLs in a text paragraph
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |