Help for this page

Select Code to Download


  1. or download this
    use HTML::Parser;
    $x = "ř";
    HTML::Entities::_decode_entities($x, {});
    print "$x\n";