in reply to Re^5: Perl calls C calls Perl CallBack: How Perl callback use the same interpreter/context as Perl caller?
in thread Perl calls C calls Perl CallBack: How Perl callback use the same interpreter/context as Perl caller?
Hi,
Perl_get_context() is returning NULL.
That leaves me with passing Perl interpreter pointer directly from Perl to C and then use it when calling the Perl callback, right?
Can you please give a hint of how should it be done?
Many thanks,
Itamar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl calls C calls Perl CallBack: How Perl callback use the same interpreter/context as Perl caller?
by salva (Canon) on Jul 08, 2014 at 13:17 UTC | |
by itamarat (Acolyte) on Jul 08, 2014 at 13:52 UTC | |
by salva (Canon) on Jul 08, 2014 at 14:27 UTC | |
by itamarat (Acolyte) on Jul 08, 2014 at 14:46 UTC | |
by salva (Canon) on Jul 08, 2014 at 15:18 UTC | |
|