Help for this page

Select Code to Download


  1. or download this
      DB<126> use  Devel::Peek
    
    ...
          REFCNT = 2
          FLAGS = (PADMY,IOK,pIOK)
          IV = 666
    
  2. or download this
      DB<129> sub tst_create { Dump(\@_); @_=(666); Dump(\@_) }
    
    ...
          REFCNT = 1
          FLAGS = (IOK,pIOK)
          IV = 666