Help for this page
print "before shiftjis\n"; open( my $fh, "<", "107.shiftjis.txt") or die $!; print join('', <$fh>); close $fh;
use warnings NONFATAL =>'utf8'; #disable ... close $fh; "use warnings FATAL =>'utf8'"; #enable