Counting the number of statements in a Perl codebase
I'm looking for ways to count the number of statements (or lines) in a Perl codebase. Any tools out there that do it?
I'm looking for ways to count the number of statements (or lines) in a Perl codebase. Any tools out there that do it?
sloccount
Use wc?!
In a terminal:
$ man wc
sorry!
wc --help