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

Search results for "module:Inline"

lib/Inline.pm River stage three • 66 direct dependents • 127 total dependents

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 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::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::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

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::WSC - Use JavaScript and VBScript from within Perl River stage zero No dependents

JOHND/Inline-WSC-0.02 - 02 Aug 2006 03:23:29 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::XSH - Insert XSH commands directly into your Perl scripts River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC

Inline::Perl - Inline module for another Perl interpreter River stage zero No dependents

This module allows you to add blocks of Perl code to your Perl scripts and modules. This allows you to run them in another interperter, and then examine the results. All user-defined procedures in the inlined Perl code will be available as normal sub...

AUTRIJUS/Inline-Perl-0.01 - 23 Dec 2004 21:29:36 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

Inline::Pugs - Inline Perl 6 code in Perl 5 River stage zero No dependents

Is it Perl 5? Is it Perl 6? It's neither, it's both. It's Inline::Pugs! The Inline::Pugs module allows you to insert Perl 6 source code directly *inline* in a Perl 5 script or module....

AUDREYT/Perl6-Pugs-6.2.13 - 17 Oct 2006 12:51:53 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::JSON - Embed JSON data structures directly into your Perl code River stage zero No dependents

JSON is a data specification format used for interoperability with a multitude of languages. Sometimes you have a chunk of JSON that you need to turn into a Perl data structure. This module allows you to specify that code inline within your perl prog...

KILNA/Inline-JSON-v1.0.4 - 27 Jul 2012 18:49:38 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::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::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::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::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::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::SMITH - write Perl subs in SMITH River stage zero No dependents

The "Inline::SMITH" module allows you to put SMITH source code directly "inline" in a Perl script or module....

IAMCAL/Inline-SMITH-0.03 - 20 Dec 2002 10:27:37 UTC
172 results (0.018 seconds)