Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xs

C program keeps crashing when calling perl function newSVpv()

c perl xs

Accessing special tokens in XS [perl] [duplicate]

perl xs perlapi

Registering multiple Perl sub references for a C library in XS

perl xs

Perl XS and C++ passing pointer to buffer

perl xs

Perl XS: Memory management

c perl xs

How can Perl's XSUB die?

perl xs perl-xs

What's the difference between sv_catpv() and sv_catpvs()?

perl xs

What does the DumpXS in Perl's Data::Dumper do?

perl xs

What does flag `pIOK` mean?

perl xs perlapi

How do I conditionally compile C code snippets to my Perl module?

perl swig xs

How to store null in Perl hash

perl xs

How can I build a Perl hash in C code?

c perl hash xs

How do I build 32-bit XS modules for a 32-bit custom Perl on a 64-bit CentOS system?

perl xs makemaker

Data structure for unique element storage

list perl unique 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