Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    binmode STDOUT, ':encoding(UTF-8)';
    
    print "\N{INFINITY}\n";
    
  2. or download this
    my $oldCP = $c->OutputCP();
    $c->OutputCP(65001); # we write UTF-8
    ...
        }
    }
    ...