Search code examples
How can I pass an array to a C function in Perl XS?...


perlxs

Read More
Perl Text::CSV_XS treats comment as data when it is the last line...


csvperlxs

Read More
Perl: force Spreadsheet::Read to use Text::CSV_XS...


performancecsvperlspreadsheetxs

Read More
How to use perlapi/ XS in an XSUB for array element insertion and removal...


arraysperlxs

Read More
Perl XS: create and return array of strings (char*) taken from calling a C function or undef on fail...


perlmemory-leaksxs

Read More
Check if array elements are undefined from an XSUB...


perlxs

Read More
Where is the memory leak in my Perl XS code?...


c++perlxsinline-c

Read More
How do you check to see if an object overloads an operator in XS?...


perloperator-overloadingxs

Read More
How to encapsulate library handle in Perl XS...


perlmqttpahoxs

Read More
Looking for a way to call Perl XS C API functions/macros from helper functions...


cperlxs

Read More
How to set a Perl environment variable from an XSUB?...


perlxsperlapi

Read More
printf format specifiers for Perl API types...


perlxs

Read More
Perl XS and C++ passing pointer to buffer...


perlxs

Read More
Passing an array reference to a perl callback using call_sv(), should I use newRV() or newRV_noinc()...


perlxs

Read More
The relationship between MULTIPLICITY and PERL_IMPLICIT_CONTEXT...


perlxsperlapi

Read More
How do I get f_type from statfs?...


perlfilesystemsxs

Read More
Why are static variables in an xsub not thread safe?...


multithreadingperlxs

Read More
Should be there newSVuv instead newSVnv in perlxstut?...


cperlxs

Read More
Accessing value stored in a perl object (blessed hash) from XS...


perlxs

Read More
Sharing C functions between two XS Perl modues...


cperllibrariesxs

Read More
deploying xs module on CPAN...


perlxs

Read More
What does flag `pIOK` mean?...


perlxsperlapi

Read More
How to pass length of a string argument to CODE section in XS?...


perlxs

Read More
Perl XS unused variable 'Perl___notused' warnings...


c++perlg++xs

Read More
How to use a module from the local library without installing it?...


perlxs

Read More
perl xs - return perl array from c array...


arraysperlxs

Read More
perl xs - can't return a new custom c++ object from method call - returns scalar value instead...


c++perlxs

Read More
perl xs module writing - Use another function from within same xs file...


cperlundefined-referencexs

Read More
Perl newXS() with closure added...


c++perlxs

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


cperldestructorxsperl-xs

Read More
BackNext