Re: Calling Perl from within C from within Perl
authorGurusamy Sarathy <gsar@engin.umich.edu>
Fri, 13 Jun 1997 03:34:36 +0000 (15:34 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commitd6602a8c317a25957738ed94749408b8c40cda5f
tree156b01f27e3a17f57538297573e8fb34f2bfd6e4
parentd1f3fb15f579862f85c82ed69eba4baa20281b3c
Re: Calling Perl from within C from within Perl

On Mon, 30 Jun 1997 13:26:33 EDT, Kenneth Albanowski wrote:
>[GIMME after perl_call*() coredumps]
>Is perl_call_sv mucking with the current op? That's the only problem that
>looks vaguely reasonable.

op will be null after perl_call_sv(), and GIMME looks in op to
find the context.  I tend to use GIMME only in the declaration
initializers, so have never run into this trap before.

I recommend this patch.

p5p-msgid: 199706301829.OAA05426@aatma.engin.umich.edu
private-msgid: 199706301842.OAA05569@aatma.engin.umich.edu
perl.c