diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-03-26 17:53:56 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-29 08:55:21 +0000 |
commit | 7e337ee0bc836d3147f3b2579c7e35127637e377 (patch) | |
tree | c29b93e66e8deb1fbf7132063cb81a86f7671650 /pod/perlhack.pod | |
parent | 5247441a32fa99437809b483eb208756c7ad2401 (diff) | |
download | perl-7e337ee0bc836d3147f3b2579c7e35127637e377.tar.gz |
re-[PATCH] Re: [PATCH] Poison now in two different flavours!
Message-ID: <442680D4.3000809@gmail.com>
p4raw-id: //depot/perl@27626
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 |