I needed a small Perl program to provide me with a list of all subs defined in several modules in order to plan code refactoring of the project I was working on. And so I wrote a small Perl program which I'll explain in parts. At the end of this blog entry you'll find the complete program.
Read the rest of Perl recursive sub lister.
You're welcome. I use it now and then myself, especially to refactor Perl code.
Note that your comment doesn't show up immediately. I review each comment before I add it to this site.
Check the Follow this page option if you want to receive an email each time a comment is posted to this page, including yours. A link to turn this option off will be included with each email.
Internet adresses will be converted automatically. You can use the following notation to specify anchor text for a link: [url=http://example.com/]example text[/url].
I just ran across this today during a search for something that enables me to see everything in a Subversion tree. This fits the bill nicely!
Thanks for posting it.