in reply to Re^2: begin with perl
in thread begin with perl

Unless you load it via perl -Mencoding=UTF-16le, Perl can't read the encoding pragma to process it.

Furthermore, "encoding" has the nasty side-effect of breaking \x## sequences in string literals.