in reply to Re^4: return +0
in thread return +0
Perhaps you could be less vague. There is no such distinction in my tests:
> perl -MDevel::Peek -e"Dump(+.0)" SV = NV(0xa4a5fc) at 0x3d53c4 REFCNT = 1 FLAGS = (PADBUSY,PADTMP,NOK,READONLY,pNOK) NV = 0 > perl -MDevel::Peek -e"Dump(-.0)" SV = NV(0xa4a60c) at 0x3d53f4 REFCNT = 1 FLAGS = (PADBUSY,PADTMP,NOK,READONLY,pNOK) NV = 0 > perl -MDevel::Peek -e"Dump(.0)" SV = NV(0xa4a5fc) at 0x3d53c4 REFCNT = 1 FLAGS = (PADBUSY,PADTMP,NOK,READONLY,pNOK) NV = 0
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: return +0 (-.0?)
by Sidhekin (Priest) on Nov 28, 2007 at 22:23 UTC |