Re: Getting a list of all current variables in a Perl program
- From: James E Keenan <jkeen_via_google@xxxxxxxxx>
- Date: Tue, 15 Nov 2005 12:16:17 GMT
John W. Krahn wrote:
James E Keenan wrote:
1. Are there any better ways to approach this problem? 2. In addition to package variables, how can I get a list of the lexical variables declared at a given point in a program? (I think this means the content of the scratchpad(s)?)
perldoc B::Xref perldoc B::Showlex
Those look helpful and I will check them out today. Thanks, John!
jimk .
- References:
- Getting a list of all current variables in a Perl program
- From: James E Keenan
- Re: Getting a list of all current variables in a Perl program
- From: John W. Krahn
- Getting a list of all current variables in a Perl program
- Prev by Date: FAQ 4.69 How can I use a reference as a hash key?
- Next by Date: Re: strange problem with system() and backtick operator
- Previous by thread: Re: Getting a list of all current variables in a Perl program
- Next by thread: FAQ 4.24 How do I reverse a string?
- Index(es):