Search results for "Inline"
Inline - Write Perl Subroutines in Other Programming Languages
The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...
INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution- lib/Inline.pm
- Inline-FAQ - The Inline FAQ
- Inline-API - How to bind a programming language to Perl using Inline.pm
- 4 more results from Inline »
Inline::C - C Language Support for Inline
"Inline::C" is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use Inline with the C pr...
ETJ/Inline-C-0.82 - 02 Mar 2022 15:39:05 UTC - Search in distribution- Inline::C::Cookbook - A Cornucopia of Inline C Recipes
- Inline::C::ParsePegex - Yet Another Inline::C Parser
- Inline::C::ParseRegExp - The New and Improved Inline::C Parser
- 2 more results from Inline-C »
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 - Search in distribution
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 - Search in distribution
Inline::ASM - Write Perl Subroutines in assembler.
Inline::ASM allows you to write Perl subroutines in assembly language. Of course, many C compilers allow you to put assembly right in your C code, so this module does not provide any new functionality. It does, however, provide a feature most C compi...
NEILW/Inline-ASM-0.03 - 11 Jun 2001 18:42:47 UTC - Search in distribution
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 - Search in distribution
Inline::CPP - Write Perl subroutines and classes in C++.
The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl....
DAVIDO/Inline-CPP-0.80 - 19 Apr 2019 14:57:11 UTC - Search in distribution
Inline::CPR - C Perl Run. Embed Perl in C, ala Inline
Is it C? Is it Perl? It's neither, it's both. It's CPR! CPR (C Perl Run) is a "new language" that looks like C. You don't need to compile it. You just run it, much like Perl. As an added bonus, you'll get access to the full internals of Perl via the ...
INGY/Inline-CPR-0.12 - 11 Jun 2001 18:51:50 UTC - Search in distribution
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 - Search in distribution
Inline::Tcl - Write Perl subroutines in Tcl.
The "Inline::Tcl" module allows you to put Tcl source code directly "inline" in a Perl script or module. A Tcl interpreter is loaded and the Tcl code is interpreted, then Perl asks the Tcl interpreter which global procedures have been defined. Those ...
RRS/Inline-Tcl-0.09 - 28 May 2001 17:34:35 UTC - Search in distribution
Inline::WSC - Use JavaScript and VBScript from within Perl
JOHND/Inline-WSC-0.02
-
02 Aug 2006 03:23:29 UTC
-
Search in distribution
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 - Search in distribution- Rex::Inline::Base - write Rex in perl, Base module
- lib/Rex/Inline/Test.pm
Inline::XSH - Insert XSH commands directly into your Perl scripts
CHOROBA/XML-XSH-1.8.6
-
09 Mar 2018 23:41:22 UTC
-
Search in distribution
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 - Search in distribution- Inline::Interp - Make Inline modules for interpreted languages easily
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 - Search in distribution
Inline::Java - Write Perl classes in Java.
The "Inline::Java" module allows you to put Java source code directly "inline" in a Perl script or module. A Java compiler is launched and the Java code is compiled. Then Perl asks the Java classes what public methods have been defined. These classes...
ETJ/Inline-Java-0.67 - 12 Feb 2022 23:38:10 UTC - Search in distribution- Inline::Java::Callback - Callback into Perl from Java.
- lib/Inline/Java.pm
- Inline::Java::PerlNatives - Map Java native methods to Perl functions.
- 13 more results from Inline-Java »
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 - Search in distribution
Inline::Ruby - Write Perl subroutines and classes in Ruby.
The "Inline::Ruby" module allows you to put Ruby source code directly "inline" in a Perl script or module. It sets up an in-process Ruby interpreter, runs your code, and then examines Ruby's symbol table, looking for things to bind to Perl. The proce...
SHLOMIF/Inline-Ruby-0.11 - 13 Feb 2019 08:45:35 UTC - Search in distribution
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 - Search in distribution
Inline::YAML - Specify YAML content directly in your Perl
YAML let's you express any Perl data in a very clean and easy to read format. Inline::YAML lets you put YAML streams directly into your Perl programs without any extra syntax. If you need to express a large static data structure in your code, YAML is...
INGY/Inline-YAML-0.15 - 16 Aug 2014 18:18:20 UTC - Search in distribution