Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Perl Monk, Perl Meditation
 
PerlMonks  

Re: What is HASH(0x17653d4) for?

by premchai21 (Curate)
on Nov 01, 2001 at 20:15 UTC ( [id://122677]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to What is HASH(0x17653d4) for?

A stringified reference indicates the type and address of that which the original reference referenced. They are unique to the point that references to different entities will have different stringifications. Note however that you cannot get the original reference back from the stringified version; you cannot, for instance, do this:
my $x = 5; my $y = \$x; $y = "$y"; $$y = 8; # Error! $y is now the stringified form # of the reference, and can't be referenced.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://122677]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.