> "Parag" == Parag Kalra writes:
Parag> Do we have any Perl module which can parse any other perl script
Parag> (or module) and fetch information like total number of arrays
Parag> being used, total number of hashes, total number of scalar
Parag> variables etc and size information (like total
On 12-02-08 05:20 PM, 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
于 2012-2-9 15:21, Parag Kalra 写道:
By data-structures being used, I mean the data structures that are
actually *declared* in the script.
And is it possible to find at least the data-structures stats of the
current script that is getting executed if no parser is available.
For example if I hav
By data-structures being used, I mean the data structures that are actually
*declared* in the script.
And is it possible to find at least the data-structures stats of the
current script that is getting executed if no parser is available.
For example if I have a big script or module and if I want
于 2012-2-9 10:15, Steve Bertrand 写道:
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?
I am also not sure what's the special purpuse of the OP.
Some modules on CP
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 e
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
sc