Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl-xs

How to process a string char by char in the XS code

c perl perl-xs

Perl XS :Shared library link [duplicate]

c linux perl makefile perl-xs

Integrating XS code into Moose Class definition files

perl moose perl-xs

How can I turn an op address into the right kind of B::OP?

perl perl-xs

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

c++ perl debugging perl-xs

How to handle hash value type in Perl XS

perl hash perl-xs

How can Perl's XSUB die?

perl xs perl-xs

Why do I get "undefined reference" errors when I compile my XS with Perl 5.10?

perl perl-xs

What tools can help build an XS project?

perl module perl-xs makemaker

Using Perl's ExtUtils::MakeMaker, how can I compile an executable using the same settings as my XS module?

c perl perl-xs makemaker

XS Memory leak in this code?

c perl memory-leaks xs perl-xs

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

perl perl-module perl-xs

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

perl memory-leaks perl-xs

Extending Perl is breaking dynamic loading

perl hp-ux u2 perl-xs

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

c perl destructor xs perl-xs

Calling C function from Perl within embedded C application

c perl perl-xs

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

perl perl-xs