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

Search results for "module:Inline::File"

Test::Inline::IO::File - Test::Inline Local Filesystem IO Handler River stage one • 5 direct dependents • 7 total dependents

Test::Inline::IO::File is the default IO handler for Test::Inline. Test::Inline 2.0 was conceived in an enterprise setting, and retains the flexibilty, power, and bulk that this created, although for most users the power and complexity that is availa...

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

Spork::Formatter - Slide Presentations (Only Really Kwiki) River stage two • 5 direct dependents • 10 total dependents

INGY/Spork-0.21 - 10 Jun 2011 16:29:05 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::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

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

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::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::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

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::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::Wrapper - Convenient module wrapper/loader routines for Inline.pm River stage zero No dependents

Inline::Wrapper provides wrapper routines around Inline to make embedding functions from another language into a Perl application much more convenient. Instead of having to include the external code in a Perl source file after the __END__ directive, ...

INFIDEL/Inline-Wrapper-0.05 - 10 Mar 2010 09:30:58 UTC

App::Plog - The one and a half minute blog River stage zero No dependents

Generate a rudimentary HTML blog....

NKH/App-Plog-0.01.12 - 08 May 2010 15:36:26 UTC

Pandoc::Elements - create and process Pandoc documents River stage one • 1 direct dependent • 1 total dependent

Pandoc::Elements provides utility functions to parse, serialize, and modify abstract syntax trees (AST) of Pandoc <http://pandoc.org/> documents. Pandoc can convert this data structure to many other document formats, such as HTML, LaTeX, ODT, and ePU...

VOJ/Pandoc-Elements-0.38 - 15 Sep 2018 21:46:43 UTC

Test::Inline::Script - Generate the test file for a single source file River stage one • 5 direct dependents • 7 total dependents

This class is where the heavy lifting happens to actually generating a test file takes place. Given a source filename, this modules will load it, parse out the relavent bits, put them into order based on the tags, and then merge them into a test file...

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

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

This module extends the power of Inline::Mason to an OO level. You may use it to build a module specific for generating documents, like help documentation, etc. ON IMPORTING On importing the module, by default, the inline-mason will be loaded. Howeve...

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

Inline::Files::Virtual - Multiple virtual files in a single file River stage one • 5 direct dependents • 6 total dependents

This module allows you to treat a single disk file as a collection of virtual files, which may then be individually opened for reading or writing. Virtual files which have been modified are written back to their actual disk at the end of the program'...

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

Test::Inline::Extract - Extract relevant Pod sections from source code. River stage one • 5 direct dependents • 7 total dependents

The Test::Inline::Extract package extracts content interesting to Test::Inline from source files....

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

Test::Inline::Section - Implements a section of tests River stage one • 5 direct dependents • 7 total dependents

This class implements a single section of tests. That is, a section of POD beginning with "=begin test" or "=begin testing". Types of Sections There are two types of code sections. The first, beginning with "=begin testing ...", contains a set of tes...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
28 results (0.095 seconds)