Help for this page
use HTML::Entities qw( encode_entities ); ... my $h_url = encode_entities($url); print(qq{...<a href="$h_url">...</a>...};
...<a href="[% url | html %]">...</a>...