Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
       foo();       # SV ... at 0x226048  /
       Dump($i);    # SV ... at 0x226d8c
    }
    
  2. or download this
    use Devel::Peek;
    
    ...
       foo();       # SV ... at 0x226d7c  \ same
       Dump($i);    # SV ... at 0x226d7c  /
    }