Help for this page

Select Code to Download


  1. or download this
    $x = "\x{9e}";      # A-acute accent
    {
        use local;
        ($x =~ /a..zA..Z/) ? print "true\n" : print "not true\n";
    }