in reply to Re: Re: Automatically hyperlinking text fails with newlines
in thread Automatically hyperlinking text fails with newlines
s/regex/make_link($1)/eg; sub make_link { my $url = $_[0]; $url =~ s/\s+//g; qq`<A HREF="$url">$url</A>`; }
- Ant
- Some of my best work - Fish Dinner
|
|---|