diff options
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index f4bbb695ed..a976c77c84 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -2712,8 +2712,9 @@ section. =item * -If you see in a debugger a memory area mysteriously full of 0xabababab, -you may be seeing the effect of the Poison() macro, see L<perlclib>. +If you see in a debugger a memory area mysteriously full of 0xABABABAB +or 0xEFEFEFEF, you may be seeing the effect of the Poison() macros, +see L<perlclib>. =back |