- or download this
use Devel::Peek; # exports 'Dump' function
sub fn {
...
my $p = fn();
Dump $p;
- or download this
SV = PVNV(0x1007070) at 0x102ac18
REFCNT = 1
...
PV = 0x1016880 ""\0
CUR = 0
LEN = 10
- or download this
use Devel::Peek;
sub fn {
...
my $p = fn();
Dump $p;
- or download this
SV = PV(0x1f25e20) at 0x1f47c28
REFCNT = 1
...
CUR = 11
LEN = 13
COW_REFCNT = 1