BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:
Can anyone tell me what the paired integers (n:m) shown after the ARRAY in the dump of a hash mean?
SV = RV(0xcd16be0) at 0xcd16bd0 REFCNT = 1 FLAGS = (TEMP,ROK) RV = 0x177aa0 SV = PVHV(0x3d857b0) at 0x177aa0 REFCNT = 2 FLAGS = (PADMY,SHAREKEYS) ARRAY = 0xa1a0058 (0:406794, 1:382690, 2:182129, 3:58962, 4:14525 +, 5:2894, 6:489, 7:84, 8:8, 10:1) ##HERE hash quality = 99.2% KEYS = 1000000 FILL = 641782 MAX = 1048575 RITER = -1 EITER = 0x0 Elt "ABTMEA" HASH = 0xf00000 SV = NULL(0x0) at 0x7830258 REFCNT = 1 FLAGS = () Elt "AAYGXV" HASH = 0xf1000000 SV = NULL(0x0) at 0x61b8a90 REFCNT = 1 FLAGS = () Elt "AAUDDR" HASH = 0xf1000000 SV = NULL(0x0) at 0x600dc50 REFCNT = 1 FLAGS = ()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Devel::Peek hashref.
by salva (Canon) on Sep 23, 2010 at 17:01 UTC | |
by BrowserUk (Patriarch) on Sep 23, 2010 at 17:16 UTC | |
|
Re: Devel::Peek hashref.
by ikegami (Patriarch) on Sep 23, 2010 at 17:02 UTC | |
|
Re: Devel::Peek hashref.
by Anonymous Monk on Sep 23, 2010 at 16:58 UTC |