Help for this page
open FP, "<filename" or die "$filename: $!"; binmode(FP); my $myFile = do { local $/; <FP> }; close FP;