Search code examples
Perl newXS() with closure added...


c++perlxs

Read More
Safely freeing resources in XS code (running destructors on scope exit)...


cperldestructorxsperl-xs

Read More
XS: Passing an external library's function a Perl XS callback...


cperlcallbackxs

Read More
How to pass C NULL to XS based function?...


perlxs

Read More
Making an old library work with Perl XS and PerlIO...


perlxsperl-io

Read More
Why include SvSETMAGIC() on output variables in an XSUB?...


perlxs

Read More
OpenSSL and Threads in Perl XS...


cperlopensslpthreadsxs

Read More
Perl XS: Memory management...


cperlxs

Read More
Why do XS subs use const char *?...


perlxs

Read More
"…/auto/List/Util/Util.so: undefined symbol: PL_stack_sp at …/XSLoader.pm" only when runni...


perlcgitravis-ciperlbrewxs

Read More
Data structure for unique element storage...


listperluniquexs

Read More
Can`t install perl module Crypt::TEA...


windowsperlperl-modulexsperl5.18

Read More
How to use B::Hooks to manipulate the perl parser...


perlxs

Read More
Testing for LibreSSL in a Perl build script...


perlxslibressl

Read More
Why is this XS code that returns a PerlIO* leaky?...


perlxsperl-io

Read More
How to store null in Perl hash...


perlxs

Read More
Perl XS Memory Handling of Strings...


perlmemory-leaksxs

Read More
How can I create a qr// in Perl 5.12 from C?...


regexperlxsqr-operator

Read More
Perl SV value from pointer without copy...


perlxs

Read More
C program keeps crashing when calling perl function newSVpv()...


cperlxs

Read More
What's the difference between sv_catpv() and sv_catpvs()?...


perlxs

Read More
Procedural and object oriented interface in Perl/XS...


perlxs

Read More
Is it possible to use/create/modify SV/HV/AV outside of the main thread?...


multithreadingperlsegmentation-faultxs

Read More
exposing c function on perl using XS...


perlxs

Read More
Prevent C++ exception from crashing my Perl script...


c++perlexceptionxs

Read More
How to interface c++ and perl using XS?...


c++perlxs

Read More
Call a perl routine with parameters...


cperlxs

Read More
How can I subclass DBI to hide user credentials?...


perldbixs

Read More
Why does sv_setref_pv() store its void * argument in the IV slot?...


perlxs

Read More
Perl XS : What is the meaning of this dumped value for object - t_obj is - $VAR1 = bless( do{\(my $o...


cperlxs

Read More
BackNext