On Mon, 4 Feb 2002, Simon Glover wrote:
> Re the former, am I right in thinking that assignment from a PerlArray
> to a non-PMC register should always be in scalar context; ie that:
>
> new P0, PerlArray
> set S0, P0
>
> should lead to S0 having the value "0" and not ""?
"string" is
OK, I've revised the tests for C in line with Alex's
concerns, and added explicit tests for PerlInts and PerlNums. As yet
there are still no PerlArray or PerlHash tests.
Re the former, am I right in thinking that assignment from a PerlArray
to a non-PMC register should always be in scalar