http://qs1969.pair.com?node_id=11122212

aartist has asked for the wisdom of the Perl Monks concerning the following question:

Hi
How I can visualize a Perl program? For example I like to see all the perl variables and the line-numbers or subroutines where it is used. I understand that variables can be created on the fly with eval and $$ and even another name-space but let's ignore for them for now, as my current code base doesn't have that.

Thanks.