Sterling Hughes <[EMAIL PROTECTED]> wrote:
> Attached is a small patchlet, that allows the following code to execute:
> .pcc_sub _main prototyped
> .sym PerlUndef a
> a = new PerlUndef
> a = 10 + 5
This doesn't fly. Binary vtables like this are called on the left
argume
Hey,
Attached is a small patchlet, that allows the following code to execute:
.pcc_sub _main prototyped
.sym PerlUndef a
a = new PerlUndef
a = 10 + 5
print a
.end
And avoids having to instead do:
.pcc_sub _main prototyped
.sym PerlUndef a
a = new P