http://www.perlmonks.org?node_id=750449


in reply to SLOC script to report Number of lines Added, deleted & modified

Don't reinvent the wheel; there are traps in tryign to do this yourself from scratch. I swear I found SLOC in a cpan module once, but I can't seem to find it now. If I come up with a productive search term I'll re-reply.

update: Text::Diff

Here's another free tool that promises alot, though I haven't tried it myself:
SLOCCount


#my sig used to say 'I humbly seek wisdom. '. Now it says:
use strict;
use warnings;
I humbly seek wisdom.
  • Comment on Re: SLOC script to report Number of lines Added, deleted & modified