List Question
15 TechQA 2020-02-07T10:39:33.113000How to set a Perl environment variable from an XSUB?
133 views
Asked by Håkon Hægland
The relationship between MULTIPLICITY and PERL_IMPLICIT_CONTEXT
431 views
Asked by Håkon Hægland
Unable to install Perlapi anymore?
675 views
Asked by Lucius
Is it possible to know `XSUB` was called using `&sub`
119 views
Asked by Eugen Konkov
How emulate &sname call from XS?
96 views
Asked by Eugen Konkov
What is the difference between `GvNAME` and `GvENAME`?
100 views
Asked by Eugen Konkov
How to use XSUBs from another module?
64 views
Asked by Eugen Konkov
How to get access to current context from XS?
130 views
Asked by Eugen Konkov
What does flag `pIOK` mean?
399 views
Asked by Eugen Konkov
Is there a way to access special tokens in perl from XS?
290 views
Asked by Eugen Konkov
How to find current package name from perl XS?
275 views
Asked by Eugen Konkov
Where I can find the types of op that are filtered by PL_check?
83 views
Asked by Eugen Konkov
Should I call SvREFCNT_dec() on a SV that is not going to be returned to Perl on the stack?
214 views
Asked by Håkon Hægland
Why callback is not called?
178 views
Asked by Eugen Konkov