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
I blog about Perl.
sloccount
Use wc?!
In a terminal:
$ man wc
sorry!
wc --help