in reply to How to get the variable or function address in memory?
Generally with perl, just having the reference is enough. However, if you really think you need it then you can stringify the reference (sounds like what you have done already) to find out what type of reference it is (not the best way to do so, see ref) and where in perl's memory it resides.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get the variable or function address in memory?
by ihb (Deacon) on Nov 02, 2004 at 12:37 UTC |