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

That would be blocked by HTML::Entities i think
  • Comment on Re^2: How to detect and make a link clickable Perl/CGI

Replies are listed 'Best First'.
Re^3: How to detect and make a link clickable Perl/CGI
by Corion (Patriarch) on Dec 15, 2015 at 13:40 UTC

    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.