Help for this page

Select Code to Download


  1. or download this
    open my $fh, ">:raw:encoding(ucs-2le):crlf:utf8", $qfn
    
  2. or download this
    open my $fh, ">:raw:perlio:encoding(ucs-2le):crlf:utf8", $qfn
    
  3. or download this
    open my $fh, ">:raw:perlio:encoding(ucs-2le):crlf", $qfn