- or download this
for (1..3) {
print(\1, "\n");
push @x, 'x'; # Prevent reuse of memory addresses.
}
- or download this
SCALAR(0x236d94)
SCALAR(0x236d94)
SCALAR(0x236d94)
- or download this
PP(pp_const)
{
...
XPUSHs(cSVOP_sv);
RETURN;
}
- or download this
for (1..3) {
print(\1, ' ', \1, "\n");
push @x, 'x'; # Prevent reuse of memory addresses.
}
- or download this
SCALAR(0x236d94) SCALAR(0x183179c)
SCALAR(0x236d94) SCALAR(0x183179c)
SCALAR(0x236d94) SCALAR(0x183179c)