- or download this
use Devel::Peek qw( Dump );
...
my $x = "abc";
Dump( $x );
f( $x ); # Only a "C pointer" copied onto the stack.
- or download this
SV = PV(0x55df7c8f0ee0) at 0x55df7c91f1e0 <-- One scalar
REFCNT = 1
...
CUR = 3
LEN = 16
COW_REFCNT = 1
- or download this
use Devel::Peek qw( Dump );
...
my $x = "abc";
Dump( $x );
f( $x ); # Only a "C pointer" copied onto the stack.
- or download this
SV = PV(0x5602d6441ee0) at 0x5602d6470148 <-- One scalar
REFCNT = 1
...
CUR = 3
LEN = 16
COW_REFCNT = 2