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
Term::Shell - A simple command-line shell framework.
Term::Shell lets you write simple command-line shells. All the boring details like command-line parsing, terminal handling, and tab completion are handled for you. The base class comes with two commands pre-defined: exit and help. To write a shell wi...
SHLOMIF/Term-Shell-0.13 - 21 Oct 2021 11:05:35 UTC - Search in distribution
Inline::Python - Write Perl subs and classes in Python.
The "Inline::Python" module allows you to put Python source code directly "inline" in a Perl script or module. It sets up an in-process Python interpreter, runs your code, and then examines Python's symbol table for things to bind to Perl. The proces...
NINE/Inline-Python-0.56 - 04 Aug 2017 13:32:28 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::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::Struct - Manipulate C structures directly from Perl.
Inline::Struct is not a new language. It's a language extension designed to be used by Inline::C. It parses struct definitions and creates typemaps and XS code which bind each struct into a Perl class. This code is passed to Inline::C, which compiles...
ETJ/Inline-Struct-0.30 - 20 Dec 2021 19:28:00 UTC - Search in distribution
Inline::Filters - Common source code filters for Inline Modules.
"Inline::Filters" provides common source code filters to Inline Language Modules. Unless you're an Inline module developer, you can just read the next section....
RURBAN/Inline-Filters-0.20 - 26 Jan 2017 15:14:02 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