in reply to Re^6: Dangerous Names
in thread Dangerous Names

Dammit, Jim
D:\>perl -wle"@a = sort { print qq,$a <=> $b,; $a <=> $b } 2, 3, qq,na +n,;print for @a 2 <=> 3 2 <=> nan nan 2 3
Do you even look at what I post? It doesn't die for me. Perl 5.8/5.10

Replies are listed 'Best First'.
Re^8: Dangerous Names
by tinita (Parson) on Dec 18, 2008 at 16:40 UTC
    Do you even look at what I post? It doesn't die for me. Perl 5.8/5.10
    I did.
    This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
    Please read Re: Dangerous Names - this seems to happen only on some ssystems.
      D'oh.
      C:\>perl -MDevel::Peek -e"Dump(0 <=> 'Nan McEntire')" SV = IV(0x182c75c) at 0x22506c REFCNT = 1 FLAGS = (PADBUSY,PADTMP,IOK,READONLY,pIOK) IV = 0 C:\>C:\strawberry\perl\bin\perl -MDevel::Peek -e"Dump(0 <=> 'Nan McEnt +ire')" SV = IV(0x9795f8) at 0x9795fc REFCNT = 1 FLAGS = (PADTMP,IOK,READONLY,pIOK) IV = 0