perl read file - 15 ways
Method 1:
Read more »open(FH,'<file.txt') or die "Cant open file $!";
print FH;
close(FH);
Labels: perl read file - 15 ways