in reply to Re^2: How to detect and make a link clickable Perl/CGI
in thread How to detect and make a link clickable Perl/CGI

Indeed - I hadn't seen that. Using HTML::Entities should prevent you from interpolating things that a browser interprets as HTML tags into your output.

  • Comment on Re^3: How to detect and make a link clickable Perl/CGI