"Philippe M. Chiasson" <[EMAIL PROTECTED]> writes:

[...]

> But this is where I get confused. The entry for 'freeze'
> doesn't quite look right. 
>
> SV = IV(0x80acb4) at 0x815f30
>    REFCNT = 1
>    FLAGS = (IOK,pIOK)
>    IV = -1


I think that represents a declared, but not yet defined, subroutine:

     % perl -MDevel::Peek -wle 'sub foo; Dump $::{foo}'
     SV = IV(0x521888) at 0x521f50
       REFCNT = 1
       FLAGS = (IOK,pIOK)
       IV = -1

-- 
Joe Schaefer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to