just out of curiosity: If I print a hashref or arrayref like this:
what are the numbers 0x804d170 and 0x804d23c exactly? Are they memory locations? Can I directly map this to something like /dev/mem, /dev/kmem or a coredump of the process (in case I make it dump core)?my $aap = {}; my $noot = []; local $\="\n"; print $aap; print $noot; __END__ HASH(0x804d170) ARRAY(0x804d23c)
In reply to use of hex-number in references by eXile
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |