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
    #!perl
    use strict;
    ...
    binmode STDOUT, ':encoding(UTF-8)';
    
    print "\N{INFINITY}\n";