Re: Strange debugging question...



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.

.