Help for this page

Select Code to Download


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