perl.beginners
[Top] [All Lists]

Re: Strange debugging question...

Subject: Re: Strange debugging question...
From: ()
Date: Thu, 27 Sep 2007 18:03:45 -0000
Newsgroups: perl.beginners

On Sep 27, 6:11 pm, zachary.s...@xxxxxxxxx (Zachary Shay) wrote:
> Is there any way to get the name of a variable by knowing its memory
> address?

Not in general in a reasonable time.

Anyhow, how would you know the address of a variable in Perl?

What do you mean by "the name"? An SV in Perl can have any number of
names, including zero.


<Prev in Thread] Current Thread [Next in Thread>