undef $/; my $text = <$fh>; #### while(<$fh>){ $text .= <$fh>; } #### open FL, "<"."file.txt"; binmode(FL, ":utf8");