Hi All,
I've been doing an awful lot of code recently. Updating a fairly large program (over 10,000 lines of perl). One of the big things I'm changing is the way variables are named and set in the configuration system and throughout the code.
I'm getting near the end of it, and I was about to write a script to check all the code (broken into several files) collect details on all the variables used how often they occur, where they occur, etc. So that I can quickly see if I've missed anything major or if some variables are misnamed, etc.
The thought occurred to me that this would make a useful tool for other people so I planned on making it into a CPAN module.
The further thought occurred that it seems like quite an obviously useful tool that someone else has probably already done something like it, and it's already on CPAN, but I just can't find it.
So I was hoping that someone here would know if something that does this exists and be able to point me to it.
Lyle
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.