Search results for "module:Inline"
Inline::TT - Provides inline support for template toolkit 2.x
"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
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
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.
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
JOHND/Inline-WSC-0.02
-
02 Aug 2006 03:23:29 UTC
Inline::XSH - Insert XSH commands directly into your Perl scripts
CHOROBA/XML-XSH-1.8.6
-
09 Mar 2018 23:41:22 UTC
Rex::Inline - write Rex in perl
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::Perl - Inline module for another Perl interpreter
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
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
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::JSON - Embed JSON data structures directly into your Perl code
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
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::Echo - A demo module using Inline::Interp
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::Pdlpp - Write PDL Subroutines inline with PDL::PP
"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.084 - 21 May 2023 16:35:20 UTC
Inline::Perl6 - use the real Perl 6 from Perl 5 code
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
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
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
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
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