XS: Passing an external library's function a Perl XS callback...
Read MoreHow to pass C NULL to XS based function?...
Read MoreMaking an old library work with Perl XS and PerlIO...
Read MoreWhy include SvSETMAGIC() on output variables in an XSUB?...
Read More"…/auto/List/Util/Util.so: undefined symbol: PL_stack_sp at …/XSLoader.pm" only when runni...
Read MoreData structure for unique element storage...
Read MoreCan`t install perl module Crypt::TEA...
Read MoreHow to use B::Hooks to manipulate the perl parser...
Read MoreTesting for LibreSSL in a Perl build script...
Read MoreWhy is this XS code that returns a PerlIO* leaky?...
Read MorePerl XS Memory Handling of Strings...
Read MoreHow can I create a qr// in Perl 5.12 from C?...
Read MorePerl SV value from pointer without copy...
Read MoreC program keeps crashing when calling perl function newSVpv()...
Read MoreWhat's the difference between sv_catpv() and sv_catpvs()?...
Read MoreProcedural and object oriented interface in Perl/XS...
Read MoreIs it possible to use/create/modify SV/HV/AV outside of the main thread?...
Read Moreexposing c function on perl using XS...
Read MorePrevent C++ exception from crashing my Perl script...
Read MoreHow to interface c++ and perl using XS?...
Read MoreCall a perl routine with parameters...
Read MoreHow can I subclass DBI to hide user credentials?...
Read MoreWhy does sv_setref_pv() store its void * argument in the IV slot?...
Read MorePerl XS : What is the meaning of this dumped value for object - t_obj is - $VAR1 = bless( do{\(my $o...
Read MoreHow can I use an Ada module in a Perl program using XS?...
Read More