"Zachary Shay" schreef:
> Is there any way to get the name of a variable by knowing its memory
> address?
Do you consider its ref-value as its memory address?
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
On Sep 27, 6:11 pm, [EMAIL PROTECTED] (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
On Thu, Sep 27, 2007 at 01:11:11PM -0400, Zachary Shay wrote:
> Is there any way to get the name of a variable by knowing its memory
> address?
Some hairy XS might get you an 80% solution, but in general, no.
--
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net
--
To unsubscribe, e-mail: [
Is there any way to get the name of a variable by knowing its memory
address?
Thanks,
Zach