On 2012.02.08 17:20, Parag Kalra wrote:
Do we have any Perl module which can parse any other perl script (or module) and fetch information like total number of arrays being used, total number of hashes, total number of scalar variables etc and size information (like total elements, total keys etc) for each data structure in that perl script or may be another perl module
I've written such to identify subs within my own apps for which I've written numerous interconnected modules, but never had the need to see individual elements. Even my own internal traces didn't follow single elements.
I would suspect that this would be something that would have to run against the file itself, even prior to compile.
Curious task. Might I ask what the purpose of your desire is? Steve -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/