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

Search results for "ExtUtils::Constant"

ExtUtils::Constant - generate XS code to import C header constants River stage five • 24 direct dependents • 12547 total dependents

ExtUtils::Constant facilitates generating C and XS wrapper code to allow perl modules to AUTOLOAD constants defined in C library header files. It is principally used by the "h2xs" utility, on which this code is based. It doesn't contain the routines ...

NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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

h2xs - convert .h C header files to Perl extensions River stage zero No dependents

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

DOUGM/ExtUtils-DynaGlue-1.00a - 27 Nov 1996 20:03:47 UTC - Search in distribution

perlpp - Perl preprocessor: process Perl code within any text file River stage zero No dependents

CXW/Text-PerlPP-0.600002 - 29 Oct 2022 02:44:35 UTC - Search in distribution

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

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

midgen - Check requires & test_requires of your package for CPAN inclusion. River stage zero No dependents

BOWTIE/App-Midgen-0.34 - 25 May 2014 20:57:03 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

Imager::APIRef - Imager's C API - reference. River stage three • 108 direct dependents • 121 total dependents

Blit tools i_render_color(r, x, y, width, source, color) Render the given color with the coverage specified by "source[0]" to "source[width-1]". Renders in normal combine mode. i_render_delete(r) Release an "i_render" object. i_render_fill(r, x, y, w...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 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

IT::perlxstut River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

AutoLoader - load subroutines only on demand River stage three • 27 direct dependents • 273 total dependents

The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once. To use AutoLoader, the author of a module has to place the definitions of...

SMUELLER/AutoLoader-5.74 - 25 Oct 2013 17:11:47 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

XML::Compile - Compilation based XML processing River stage two • 38 direct dependents • 67 total dependents

Many (professional) applications process XML messages based on a formal specification, expressed in XML Schemas. XML::Compile translates between XML and Perl with the help of such schemas. Your Perl program only handles a tree of nested HASHes and AR...

MARKOV/XML-Compile-1.63 - 02 Jul 2019 14:42:22 UTC - Search in distribution

Gtk2::CodeGen - code generation utilities for Glib-based bindings. River stage three • 104 direct dependents • 130 total dependents

This module packages some of the boilerplate code needed for performing code generation typically used by perl bindings for gobject-based libraries, using the Glib module as a base. The default output filenames are in the subdirectory 'build', which ...

XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC - Search in distribution

Pegex::API River stage three • 23 direct dependents • 114 total dependents

INGY/Pegex-0.75 - 13 Feb 2020 20:02:07 UTC - Search in distribution

Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs River stage two • 7 direct dependents • 16 total dependents

The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is capable of providing large volumes (> 10^6004) of "high quality" pseudorandom data to applications that may exhaust available "truly" random data sources or system-provided P...

JDHEDDEN/Math-Random-MT-Auto-6.23 - 27 Nov 2018 03:25:49 UTC - Search in distribution

FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. River stage two • 65 direct dependents • 88 total dependents

Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Go, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi <https://sourceware.org/li...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC - Search in distribution
38 results (0.087 seconds)