Help for this page

Select Code to Download


  1. or download this
    my $x = chr(174);
    binmode STDOUT, ':utf8';
    print "x has length ", length($x), " >>$x<<\n";
    
  2. or download this
    my $string = chr(174);
    
    my  $contents =~ /$x/\&reg;/g;