Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MDevel::Peek -le "Dump 2;"
    SV = IV(0x1d7f9e8) at 0x1d7f9ec
      REFCNT = 1
      FLAGS = (PADTMP,IOK,READONLY,pIOK)
      IV = 2
    
  2. or download this
    C:\>perl -le "require Devel::Peek; Devel::Peek->import('Dump'); Dump 2
    +;"
    Number found where operator expected at -e line 1, near "Dump 2"
    ...
            (Do you need to predeclare Dump?)
    syntax error at -e line 1, near "Dump 2"
    Execution of -e aborted due to compilation errors.