Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    binmode STDIN, ':raw:encoding(ucs-2le):crlf:utf8' or die;
    dump_layers STDIN;
    
  2. or download this
    unix encoding(UCS-2LE) utf8 crlf utf8
    unix encoding(UCS-2LE) utf8 crlf utf8
    unix crlf encoding(UCS-2LE) utf8
    unix crlf encoding(UCS-2LE) utf8
    
  3. or download this
    binmode $fh, ':raw:pop:encoding(ucs-2le):crlf:utf8';
    #                  ^^^