in reply to Re^2: return +0
in thread return +0
(Replace the double quotes with single quotes if you're on a *nix-type operating system.)C:\_32>perl -MDevel::Peek -e "Dump(+0)" SV = IV(0x1fe2d28) at 0x343cbc REFCNT = 1 FLAGS = (PADBUSY,PADTMP,IOK,READONLY,pIOK) IV = 0 C:\_32>perl -MDevel::Peek -e "Dump(-0)" SV = IV(0x432d2c) at 0xd73cec REFCNT = 1 FLAGS = (PADBUSY,PADTMP,IOK,READONLY,pIOK) IV = 0 C:\_32>perl -MDevel::Peek -e "Dump(0)" SV = IV(0x2492d28) at 0x23cbc REFCNT = 1 FLAGS = (PADBUSY,PADTMP,IOK,READONLY,pIOK) IV = 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: return +0
by diotalevi (Canon) on Nov 27, 2007 at 16:53 UTC | |
by tye (Sage) on Nov 27, 2007 at 22:10 UTC | |
by Sidhekin (Priest) on Nov 28, 2007 at 22:23 UTC |