The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "perlxs"

Padre::Plugin::XS::PerlXS - previous code needs to be removed, but checked before hand. River stage one • 1 direct dependent • 1 total dependent

BOWTIE/Padre-Plugin-XS-0.12 - 17 Dec 2013 18:45:04 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 127 total dependents

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

perl - El intérprete del lenguaje Perl 5 River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution
  • perlfaq1 - Preguntas generales sobre Perl

perlfaq7 - General Perl Language Issues River stage zero No dependents

This section deals with general Perl language issues that don't clearly fit into any of the other sections. Can I get a BNF/yacc/RE for the Perl language? There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source dis...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

XSLoader - Dynamically load C libraries into Perl code River stage five • 441 direct dependents • 32646 total dependents

This module defines a standard *simplified* interface to the dynamic linking mechanisms available on many platforms. Its primary purpose is to implement cheap automatic dynamic loading of Perl modules. For a more complicated interface, see DynaLoader...

SAPER/XSLoader-0.24 - 01 Sep 2016 13:04:09 UTC - Search in distribution
  • XSLoader - Dynamically load C libraries into Perl code

xsubpp - compiler to convert Perl XS code into C code River stage five • 137 direct dependents • 19234 total dependents

This compiler is typically run by the makefiles created by ExtUtils::MakeMaker or by Module::Build or other Perl module build tools. *xsubpp* will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl va...

LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

Alien - External libraries wrapped up for your viewing pleasure! River stage zero No dependents

The intent of the Alien namespace is to provide a mechanism for specifying, installing and using non-native dependencies on CPAN. Frequently this is a C library used by XS (see perlxs) or FFI (see FFI::Platypus), but it could be anything non-Perl usa...

PLICEASE/Alien-0.96 - 10 Aug 2020 12:58:19 UTC - Search in distribution

xsubpp - compiler to convert Perl XS code into C code River stage zero No dependents

This compiler is typically run by the makefiles created by ExtUtils::MakeMaker. *xsubpp* will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl acces...

ILYAZ/SOM-0.0601 - 04 Nov 2003 22:02:00 UTC - Search in distribution

Test::Weaken - Test that freed memory objects were, indeed, freed River stage one • 1 direct dependent • 3 total dependents

"Test::Weaken" helps detect unfreed Perl data in arrays, hashes, scalars, objects, etc, by descending recursively through structures and watching that everything is freed. Unfreed data is a useless overhead and may cause an application to abend due t...

KRYDE/Test-Weaken-3.022000 - 01 Dec 2012 00:04:14 UTC - Search in distribution

P5NCI - Perl extension for loading shared libraries and their functions River stage zero No dependents

P5NCI provides a bare-bones, stripped down, procedural interface to shared libraries installed on your system. It allows you to call functions in them without writing or compiling any glue code. I recommend using P5NCI::Library as it has a nicer inte...

CHROMATIC/P5NCI-0.31 - 12 Dec 2007 01:57:26 UTC - Search in distribution

Ouroboros - Perl XS macros re-exported as C functions River stage zero No dependents

libouroboros is a library of C functions wrapping XS macros. This package provides pointers to these functions, so Perl programs can have access to internal Perl methods (e.g. SvIV) at run-time. In combination with a JIT- compiler it allows Perl prog...

VYF/Ouroboros-0.14 - 13 Jun 2019 19:15:26 UTC - Search in distribution

typemap - A tool for manipulating typemaps River stage zero No dependents

This script can modify, create and write Perl XS typemap files. If you don't know what a typemap is, please confer the perlxstut and perlxs manuals. ARGUMENTS * file <filename> The file that we're manipulating, this defaults to "typemap". * merge <mo...

LEONT/App-typemap-0.001 - 02 Oct 2023 17:40:18 UTC - Search in distribution

Inline::CPP - Write Perl subroutines and classes in C++. River stage two • 6 direct dependents • 13 total dependents

The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl....

DAVIDO/Inline-CPP-0.80 - 19 Apr 2019 14:57:11 UTC - Search in distribution

prima-gencls - class interface compiler for Prima core modules River stage two • 17 direct dependents • 19 total dependents

Creates C files for Prima core module object definitions....

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

XS::Check - Check XS for some common problems River stage one • 1 direct dependent • 1 total dependent

This module offers ways to check XS files for some common flaws which we have tripped over....

BKB/XS-Check-0.14 - 24 Jul 2023 01:04:06 UTC - Search in distribution

Glib::devel - Binding developer's overview of Glib's internals River stage three • 93 direct dependents • 195 total dependents

Do you need to know how the gtk2-perl language bindings work, or need to write your own language bindings for a Glib/Gtk2-based library? Then you've come to the right place. If you are just a perl developer wanting to write programs with Glib or Gtk2...

XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC - Search in distribution

Tie::CArray - Space-efficient, typed, external C Arrays (Alpha) River stage one • 1 direct dependent • 1 total dependent

Several XS classes and methods to deal with typed, space-efficient C arrays are provided. Range checked and tieable. There are hand-optimized, fast XS versions for the three basic C-types array of *INT*, *DOUBLE* and *STRING* and some sequential aggr...

RURBAN/Tie-CArray-0.15 - 22 Feb 2010 22:41:10 UTC - Search in distribution
48 results (0.066 seconds)