Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to introspect regexes in the Perl API

c regex perl introspection xs

Perl XS and Inline::C

perl perl-module xs

How do I trace through an XS .so file?

How can I create a qr// in Perl 5.12 from C?

regex perl xs qr-operator

How can I use a C++ class from Perl?

c++ perl xs

How to use B::Hooks to manipulate the perl parser

perl xs