I am reorganizing a rather large piece of code, and some esoteric question came to me, wondering where to continue this. The fact that this code needs more details is a reduction in subsystems.
Thus, it would be very useful to specify some kind of statistics collector in the directory that will go through all the .pm, .cgi and .pl files, find all the subsets (I'm fine if it only gets named) and gives me a table of all of them, as well as their number of rows.
I gave PPI a quick look, but could not find anything relevant, with some tools that may be suitable, but quite difficult to use.
Are there any simpler modules that do something like this?
Otherwise, how would you do it?
Edit:
I lost PPI a bit and created a script that collects relevant statistics from the code base: http://gist.github.com/514512
source share