Help for this page
open my $fh, "<:raw:encoding(utf-16):crlf:utf8", $file or die "$file: $!";
open my $fh, "<:raw:encoding(ucs-2le):crlf:utf8", $file or die "$file: $!"; read($fh, my $bom='', 1);
use Encode qw( _utf8_on ); ... print $row->[4]; }