in reply to How do I find the total number of lines in a file?
my $total = @{[<FILE>]}; print $total,"\n"; [download]