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

Search results for "module:Inline::C"

lib/Inline/C.pm River stage two • 43 direct dependents • 76 total dependents

ETJ/Inline-C-0.82 - 02 Mar 2022 15:39:05 UTC

Crypt::OpenSSL::CA::Inline::C - A bag of XS and Inline::C tricks River stage one • 2 direct dependents • 3 total dependents

This documentation is only useful for people who want to hack *Crypt::OpenSSL::CA*. It is of no interest for people who just want to use the module. This package provides Inline::C goodness to Crypt::OpenSSL::CA during development, plus a few tricks ...

DOMQ/Crypt-OpenSSL-CA-0.91 - 29 Oct 2021 17:53:22 UTC

lib/CDS/C/Inline.pm River stage zero No dependents

LOCHMATT/CDS-0.31 - 08 Dec 2022 13:40:01 UTC

Inline::BC - Inline ILSM for bc the arbitrary precision math Language River stage zero No dependents

Inline::BC is an ILSM (Inline Support Language Module ) for Gnu bc, the arbitrary precision numeric processing language. Inline::BC - like other ILSMs - allows you to compile (well - render to byte code ), and run Gnu bc code within your Perl program...

RONGRW/Inline-BC-0.08 - 07 Jun 2009 03:45:40 UTC

Inline::TT - Provides inline support for template toolkit 2.x River stage one • 1 direct dependent • 1 total dependent

"Inline::TT" provides Inline access to version 2.0 and higher of the Template Toolkit. This allows you to house your templates inside the source code file, while retaining the ability to cache compiled templates on the disk (via Inline's caching mech...

PHILCROW/Inline-TT-0.07 - 04 Feb 2006 14:58:39 UTC

Inline::Lua - Perl extension for embedding Lua scripts into Perl code River stage one • 1 direct dependent • 1 total dependent

Inline::Lua allows you to write functions in Lua. Those of you who are not yet familiar with Lua should have a cursory glance at <http://www.lua.org/> to get a taste of this language. In short: Lua was designed to be embedded into other applications ...

RHOELZ/Inline-Lua-0.17 - 25 Oct 2020 14:53:22 UTC

Rex::Inline - write Rex in perl River stage zero No dependents

Rex::Inline is an API of *Rex* module write with Moose. when you want use rex in your perl program, and do not want to use the rex command line, you can try to use this module....

XIAOCANG/Rex-Inline-0.0.8 - 14 Apr 2015 03:20:18 UTC

Inline::Awk - Add awk code to your Perl programs. River stage zero No dependents

The "Inline::Awk" module allows you to include awk code in your Perl program. You can call awk functions or entire programs. Inline::Awk works by converting awk code into Perl code using the "a2p" utility which comes as standard with Perl. This means...

JMCNAMARA/Inline-Awk-0.04 - 08 Jun 2016 20:00:06 UTC

Inline::Echo - A demo module using Inline::Interp River stage one • 1 direct dependent • 1 total dependent

This module is a demonstration of how to use Inline::Interp and is used for testing Inline::Interp. It creates functions that echo their contents using the IO layer....

IAMCAL/Inline-Interp-0.06 - 09 Mar 2012 09:05:25 UTC

Inline::Spew - Inline module for Spew River stage zero No dependents

Inline::Spew is an Inline module for the Spew language. Spew is a random-grammar walker for generating random text strings controlled by a grammar. Each Inline invocation defines a single subroutine, named "spew" by default. The subroutine takes a si...

MERLYN/Inline-Spew-0.02 - 26 Mar 2005 18:19:24 UTC

Test::Inline - Embed your tests in your code, next to what is being tested River stage one • 5 direct dependents • 7 total dependents

Embedding tests allows tests to be placed near the code being tested. This is a nice supplement to the traditional .t files. How does it work? "Test::Inline" lets you write small fragments of general or function-specific testing code, and insert it a...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Inline::Nouse - An Inline.pm interpreter for the Nouse language River stage zero No dependents

This module allows Nouse subs to be used directly within perl. For more usage information, see Inline::Interp and Language::Nouse, on which this module is based....

IAMCAL/Inline-Nouse-0.04 - 09 Mar 2012 18:53:14 UTC

Inline::Pdlpp - Write PDL Subroutines inline with PDL::PP River stage three • 93 direct dependents • 101 total dependents

"Inline::Pdlpp" is a module that allows you to write PDL subroutines in the PDL::PP style. The big benefit compared to plain "PDL::PP" is that you can write these definitions inline in any old perl script (without the normal hassle of creating Makefi...

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

Inline::Perl6 - use the real Perl 6 from Perl 5 code River stage zero No dependents

This module embeds a MoarVM based Rakudo Perl 6 and allows you to run Perl 6 code, load Perl 6 modules, use methods of Perl 6 objects and much more. Please look at https://github.com/niner/Inline-Perl5 for more information about usage....

NINE/Inline-Perl6-0.10 - 21 Feb 2022 08:31:03 UTC

Inline::Guile - Inline module for the GNU Guile Scheme interpreter River stage zero No dependents

This module allows you to add blocks of Scheme code to your Perl scripts and modules. Any procedures you define in your Scheme code will be available in Perl. For information about handling Guile data in Perl see Guile. This module is mostly a wrappe...

SAMTREGAR/Inline-Guile-0.001 - 22 Jul 2001 18:46:39 UTC

Inline::Mason - Inline Mason Script River stage zero No dependents

This module enables you to embed mason scripts in your perl code. Using it is simple, much is shown in the above. OPTIONS as_subs Invoking Inline::Mason with it may let you treat virtual files as subroutines and call them directly. passive If it is p...

XERN/Inline-Mason-0.07 - 13 Apr 2004 00:33:06 UTC

Inline::Files - Multiple virtual files at the end of your code River stage one • 5 direct dependents • 6 total dependents

Inline::Files generalizes the notion of the "__DATA__" marker and the associated "<DATA>" filehandle, to an arbitrary number of markers and associated filehandles. When you add the line: use Inline::Files; to a source file you can then specify an arb...

AMBS/Inline-Files-0.71 - 31 Mar 2019 13:05:55 UTC

Gungho::Inline - Inline Your Providers And Handlers (Deprecated) River stage one • 1 direct dependent • 1 total dependent

Sometimes you don't need the full power of an independent Gungho Provider and or Handler. In those cases, Gungho::Inline saves you from creating separate packages This module is a thin wrapper around Gungho that allows you to specify subroutine refer...

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC

Inline::MonoCS - Use CSharp from Perl, via Mono River stage zero No dependents

This module provides a simple bridge to execute code written in C# from Perl. It works by compiling your code, then placing the executable under /tmp/ and exporting a subroutine into the calling package. When you call that exported subroutine, the co...

JOHND/Inline-MonoCS-1.000 - 17 Dec 2009 17:59:40 UTC

Inline::Interp - Make Inline modules for interpreted languages easily River stage one • 1 direct dependent • 1 total dependent

This module allows you to easily create an Inline module for an interpreted language. It handles all the messy Inline internals for you and provides a simple character IO layer....

IAMCAL/Inline-Interp-0.06 - 09 Mar 2012 09:05:25 UTC
60 results (0.041 seconds)