- or download this
$x = $hIn->{string};
$x = $hIn->{number};
...
$x = $hIn->{string};
$x = "$hIn->{number}";
Devel::Peek::Dump($x);
- or download this
$x = $hIn->{string};
$x = $hIn->{number};
...
print "$x\n";
Devel::Peek::Dump($x);
- or download this
use strict;
use warnings;
...
$x = "$hIn->{number}";
Devel::Peek::Dump($x);
- or download this
#*** Setting...: $x=$hIn->{string}
#*** $x = $hIn->{number};
...
PV = 0x81902e8 "5"\0
CUR = 1
LEN = 4