Search code examples
How can I call functions in a different C source file from a Perl XS module?...

perlperl-moduleperl-xs

Read More
Unable to compile Crypt::Sodium on CentOS 6...

perlperl-xs

Read More
Can I suppress the "Perl API version %s of %s does not match %s" error...

perlperl-xsmorbo

Read More
How to get access to current context from XS?...

perlperl-xsperlapi

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

cperldestructorxsperl-xs

Read More
Perl XS garbage collection...

perlgarbage-collectionperl-xs

Read More
Is it possible to debug Perl that contains XS sections to see the program flow?...

c++perldebuggingperl-xs

Read More
How to handle hash value type in Perl XS...

perlhashperl-xs

Read More
How to use the program's exit status at compile time?...

cmakeperl-xs

Read More
linking to a C shared library using perl XS...

clinuxperlmakefileperl-xs

Read More
XS Memory leak in this code?...

cperlmemory-leaksxsperl-xs

Read More
Writing a Sys::Getpagesize Perl module for system call getpagesize (man page GETPAGESIZE(2))...

perlsystem-callsrhelperl-xs

Read More
Building a perl extension module on OpenBSD...

perlopenbsdperl-xs

Read More
Do I have to free a HV* created with newHV?...

perlmemory-leaksperl-xs

Read More
How do I embed Perl code inside perl-xs module?...

perlperl-xs

Read More
How to portably detect whether a compiler supports <iostream> vs <iostream.h>...

c++perlperl-xs

Read More
When should you use XS?...

perlperl-xs

Read More
How to process a string char by char in the XS code...

cperlperl-xs

Read More
What is the modern way of creating an XS module from scratch?...

perlperl-xs

Read More
How can I tell if a C struct has a member in Perl XS?...

perlperl-xs

Read More
Integrating XS code into Moose Class definition files...

perlmooseperl-xs

Read More
Calling C function from Perl within embedded C application...

cperlperl-xs

Read More
How can Perl's XSUB die?...

perlxsperl-xs

Read More
What tools can help build an XS project?...

perlmoduleperl-xsmakemaker

Read More
structure definition conflict between XS module and perl build...

cperlsolarisperl-xs

Read More
How do I write a Perl constructor in XS?...

perlperl-xs

Read More
BackNext