> Whoops. Actually it didn't work for some reason. The output on the browser
(not
> the source) looks like:
>
> This: <a href="http://www.blah.com">http://www.blah.com</a> is a url
>

Embperl by default escapes your output i.e. < will become &lt; You need to
set $escmode to zero, e.g.


[+ local $escmode = 0 ; $text +]

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to