Help for this page
open my $fh => "linecount.txt" or die "Open linecount.txt: $!"; my ($file, $linecount); ... ($file, $linecount) = split /\s*~\s*/; last if $file && $file eq $thefileIamLookingfor; }