Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities qw(encode_entities_numeric);
    my $str = "some special chars like € ™ © ®";
    ...
    
    
    Output: € ™ © ®