Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xs

Perl SV value from pointer without copy

perl xs

Stopping Perl XS modules from silently falling back to pure-perl

perl module cpan perl-module xs

Using 64 bits integers with Perl XS

c perl xs

C++ calling perl code - eval_sv not passing arguments to script

c++ perl xs

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

perl xs perl-io

From Perl XS code, how do I recursively call myself?

perl xs

Perl newXS() with closure added

c++ perl xs

How to manually install XS modules?

perl module perl-module xs

Perl XS unused variable 'Perl___notused' warnings

c++ perl g++ xs

Support autovivified filehandle as arguments to Perl XS routine

perl filehandle xs

Making an old library work with Perl XS and PerlIO

perl xs perl-io

XS Memory leak in this code?

c perl memory-leaks xs perl-xs

Call a perl routine with parameters

c perl xs

Why do XS subs use const char *?

perl xs

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

perl xs

Can I use a module, and later unload it shrinking the optree?

What is RMAGICAL?

perl xs

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

c perl destructor xs perl-xs

Is there a way to access special tokens in perl from XS?

perl xs perlapi

How can I pass an array to a C function in Perl XS?

perl xs