File Perl

#!/usr/bin/perl
open(FILE, "@lines = ;
print @lines;       
print "\nThe file contains ", $#lines + 1," lines of text.\n";
close(FILE);