Help for this page
while ( my $line = <IN> ) { $line =~ s/^\x{FEFF}//; print OUT $line;
s/^\x{FEFF}//g