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

Search results for "XSLoader"

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

lib/LibZip/DynaLoader.pm River stage one • 1 direct dependent • 1 total dependent

GMPASSOS/LibZip-0.06 - 12 Dec 2004 00:25:09 UTC - Search in distribution

lib/LibZip/MyZlib.pm River stage zero No dependents

GMPASSOS/tinyperl-1.0-580-win32 - 11 Dec 2002 03:49:31 UTC - Search in distribution

lib/APR/XSLoader.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

XS::Loader - Load XS modules which exports C functionality and check for binary compability. River stage two • 42 direct dependents • 45 total dependents

SYBER/XS-Install-1.3.5 - 09 Nov 2021 19:25:05 UTC - Search in distribution

lib/Wx/Perl/Packager/Mini.pm River stage zero No dependents

MDOOTSON/Wx-Perl-Packager-0.27 - 16 Sep 2010 00:25:10 UTC - Search in distribution

lib/AnyEvent/XSPromises/Loader.pm River stage one • 3 direct dependents • 4 total dependents

TVDW/AnyEvent-XSPromises-0.006 - 16 Jul 2023 00:37:56 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

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

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

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 19 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution

Scope::Upper - Act on upper scopes. River stage two • 15 direct dependents • 48 total dependents

This module lets you defer actions *at run-time* that will take place when the control flow returns into an upper scope. Currently, you can: * hook an upper scope end with "reap" ; * localize variables, array/hash values or deletions of elements in h...

VPIT/Scope-Upper-0.34 - 26 Mar 2023 15:58:01 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

indirect - Lexically warn about using the indirect method call syntax. River stage two • 60 direct dependents • 74 total dependents

When enabled, this pragma warns about indirect method calls that are present in your code. The indirect syntax is now considered harmful, since its parsing has many quirks and its use is error prone : when the subroutine "foo" has not been declared i...

VPIT/indirect-0.39 - 08 Jul 2019 11:56:40 UTC - Search in distribution

POSIX::Overview - POSIX in Perl River stage one • 2 direct dependents • 2 total dependents

The *POSIX standard* defines access to the operating system. Most operating systems (not limited to the UNIX family) provide at least a part of this standard, sometimes as optional or commercial extension package. POSIX describes how C-programmers ca...

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC - Search in distribution

Variable::Magic - Associate user-defined magic to variables from Perl. River stage three • 29 direct dependents • 118 total dependents

Magic is Perl's way of enhancing variables. This mechanism lets the user add extra data to any variable and hook syntactical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magi...

VPIT/Variable-Magic-0.64 - 18 Mar 2024 23:18:24 UTC - Search in distribution

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

The API allows you to access Imager functions at the C level from XS and from "Inline::C". The intent is to allow users to: * write C code that does Imager operations the user might do from Perl, but faster, for example, the Imager::CountColor exampl...

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

Wx::Loader - using custom dll loaders with Wx River stage two • 56 direct dependents • 67 total dependents

If you are providing binary distributions of Wx or packaging Wx applications to run on machines without Perl (PAR, PerlApp),you may need to override dll loading methods. Providing a custom wx_binary_loader package allows you to do this....

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

Sub::Nary - Try to count how many elements a subroutine can return in list context. River stage zero No dependents

This module uses the B framework to walk into subroutines and try to guess how many scalars are likely to be returned in list context. It's not always possible to give a definitive answer to this question at compile time, so the results are given in ...

VPIT/Sub-Nary-0.03 - 08 Aug 2008 22:41:15 UTC - Search in distribution

AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork River stage one • 2 direct dependents • 2 total dependents

This module implements a simple RPC protocol and backend for processes created via AnyEvent::Fork or AnyEvent::Fork::Remote, allowing you to call a function in the child process and receive its return values (up to 4GB serialised). It implements two ...

MLEHMANN/AnyEvent-Fork-RPC-2.0 - 15 Sep 2019 20:18:23 UTC - Search in distribution

ExtUtils::XSpp - XS for C++ River stage three • 23 direct dependents • 110 total dependents

Anything that does not look like a XS++ directive or a class declaration is passed verbatim to XS. If you want XS++ to ignore code that looks like a XS++ directive or class declaration, simply surround it with a raw block delimiter like this: %{ XS++...

SMUELLER/ExtUtils-XSpp-0.18 - 18 Sep 2013 08:28:25 UTC - Search in distribution
59 results (0.05 seconds)