Help for this page

Select Code to Download


  1. or download this
    open my $fh, '>', 'tmp.txt';
    binmode $fh, ':encoding(UTF16)';
    print $fh qq(\N{U+010A}\n);
    close $fh;