Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    $a[0] = 123;
    Dump $a[0];
    print "$a[0]\n";
    Dump $a[0];
    
  2. or download this
    SV = IV(0x238b30) at 0x238b34
      REFCNT = 1
    ...
      PV = 0x23f23c "123"\0
      CUR = 3
      LEN = 4