Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities qw( _decode_entities );
    
    ...
    my $x = "ř";
    _decode_entities($x, {});
    print("$x\n");
    
  2. or download this
    >this_perl script.pl
    1
    ...
    >that_perl script.pl
    0
    ř