Help for this page

Select Code to Download


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