in reply to Re^2: Printing an object when you only have the refaddr string for it
in thread [SOLVED] Printing an object when you only have the refaddr string for it

Yeah this definitely does what I was wanting. Now to go read up on some perlguts, thanks :)
LOOKING FOR ADDR: ARRAY(0x7faf34532148) PRINTING REF: $VAR1 = [ 'curItem', 0 ]; . . . | | | | | | | | | | | | | | | |- 3 [ +A220] <187> ARRAY(0x7faf34532148)
The hex conversion throws a portable warning (to warn 32 bit users I guess) if you weren't aware, but that's neither here nor there.
  • Comment on Re^3: Printing an object when you only have the refaddr string for it
  • Download Code

Replies are listed 'Best First'.
Re^4: Printing an object when you only have the refaddr string for it
by ikegami (Patriarch) on Nov 06, 2015 at 18:41 UTC