How can I call functions in a different C source file from a Perl XS module?...
Read MoreUnable to compile Crypt::Sodium on CentOS 6...
Read MoreCan I suppress the "Perl API version %s of %s does not match %s" error...
Read MoreHow to get access to current context from XS?...
Read MoreSafely freeing resources in XS code (running destructors on scope exit)...
Read MoreIs it possible to debug Perl that contains XS sections to see the program flow?...
Read MoreHow to handle hash value type in Perl XS...
Read MoreHow to use the program's exit status at compile time?...
Read Morelinking to a C shared library using perl XS...
Read MoreWriting a Sys::Getpagesize Perl module for system call getpagesize (man page GETPAGESIZE(2))...
Read MoreBuilding a perl extension module on OpenBSD...
Read MoreDo I have to free a HV* created with newHV?...
Read MoreHow do I embed Perl code inside perl-xs module?...
Read MoreHow to portably detect whether a compiler supports <iostream> vs <iostream.h>...
Read MoreHow to process a string char by char in the XS code...
Read MoreWhat is the modern way of creating an XS module from scratch?...
Read MoreHow can I tell if a C struct has a member in Perl XS?...
Read MoreIntegrating XS code into Moose Class definition files...
Read MoreCalling C function from Perl within embedded C application...
Read MoreWhat tools can help build an XS project?...
Read Morestructure definition conflict between XS module and perl build...
Read MoreHow do I write a Perl constructor in XS?...
Read More