Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    Devel::Peek::Dump(undef);
    ...
    eval('require File::Find');
    
    Devel::Peek::Dump(undef);
    
  2. or download this
    SV = NULL(0x0) at 0x8ca1b0
      REFCNT = 2147483597
    ...
    SV = NULL(0x0) at 0x8ca1b0
      REFCNT = 2147483005
      FLAGS = (READONLY)
    
  3. or download this
    eval('require Devel::Peek');
    Devel::Peek::Dump(undef);
    ...
    eval('require File::Find');
    
    Devel::Peek::Dump(undef);
    
  4. or download this
    SV = NULL(0x0) at 0x34a1b0
      REFCNT = 2147483602
    ...
    SV = NULL(0x0) at 0x34a1b0
      REFCNT = 2147483010
      FLAGS = (READONLY)