Help for this page

Select Code to Download


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