Search results for "Inline::C"
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- lib/Inline/C.pm
- Inline::C::Cookbook - A Cornucopia of Inline C Recipes
- Inline::C::ParsePegex - Yet Another Inline::C Parser
- 2 more results from Inline-C »
Crypt::OpenSSL::CA::Inline::C - A bag of XS and Inline::C tricks
This documentation is only useful for people who want to hack *Crypt::OpenSSL::CA*. It is of no interest for people who just want to use the module. This package provides Inline::C goodness to Crypt::OpenSSL::CA during development, plus a few tricks ...
DOMQ/Crypt-OpenSSL-CA-0.91 - 29 Oct 2021 17:53:22 UTC - Search in distribution
InlineX
SISYPHUS/InlineX-C2XS-0.27
-
30 Jun 2022 03:05:18 UTC
-
Search in distribution
- InlineX::C2XS - Convert from Inline C code to XS.
- Context/Context.pm
- demos/autowrap/MyMod.pm
Class::HPLOO::InlineC - Add a pseudo syntax over C to work easier with SV*, AV*, HV* and RV*.
Who have worked with XS and perlapi knows that to access values from AV* and HV*, and work with references is not very friendly. To work arounf that I have added a pseudo syntax over the C syntax, that helps to work easily with SV*, AV*, HV* and RV*....
GMPASSOS/Class-HPLOO-0.23 - 07 Mar 2005 21:11:08 UTC - Search in distribution
XML::NewsML_G2::Inline_CData - inline cdata specification
CED/XML-NewsML_G2-v0.3.4
-
28 Nov 2019 14:57:16 UTC
-
Search in distribution
- XML::NewsML_G2::Inline_Data - inline data specification
Imager::Inline - using Imager with Inline::C.
Imager hooks into Inline's "with" syntax to make it easier to write Inline::C code that works with Imager, you can call Imager functions without having to include headers or perform initialization. Imager's Inline "with" support does the following: *...
TONYC/Imager-1.021 - 01 Dec 2023 06:53:47 UTC - Search in distribution- Imager::API - Imager's C API - introduction.
- Imager - Perl extension for Generating 24 bit Images
- Imager::APIRef - Imager's C API - reference.
- 1 more result from Imager »
thanks - inline packages easily
This module asks Perl politely not to load a module you don't want loading. It's just a polite request; we're not forcing Perl to do anything it doesn't want to. And if the module is already loaded, then we won't try to unload it or anything like tha...
TOBYINK/thanks-0.005 - 12 Nov 2013 15:41:09 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-FAQ - The Inline FAQ
Welcome to the official Inline FAQ. In this case, FAQ means: Formerly Answered Questions This is a collection of old, long-winded emails that myself and others have sent to the Inline mailing list. (inline@perl.org) They have been reviewed and edited...
INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution
InlineX::CPP2XS - Convert from Inline C++ code to XS.
Don't feed an actual Inline::CPP script to this module - it won't be able to parse it. It is capable of parsing correctly only that CPP code that is suitable for inclusion in an Inline::CPP script. For example, here is a simple Inline::CPP script: us...
SISYPHUS/InlineX-CPP2XS-0.25 - 24 Oct 2016 11:19:41 UTC - Search in distribution
InlineX::XS - Auto-convert Inline::C based modules to XS
Make sure to read the CAVEATS section below before using this. This is experimental software. Introduction Extending Perl with C was made much easier by the introduction of Ingy's Inline or rather Inline::C module. It is possible to create CPAN distr...
SMUELLER/InlineX-XS-0.02 - 06 Dec 2006 15:12:30 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::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 - Search in distribution- Inline::Mason::OO - Inline OO Mason
OpenMP::Simple - Provides some DWIM helpers for using OpenMP via Inline::C.
This module attempts to ease the transition for those more familiar with programming C with OpenMP than they are with Perl or using "Inline::C" within their Perl programs. It build upon the configuration information that is provided for by "Alien::Op...
OODLER/OpenMP-Simple-0.0.3 - 21 Sep 2023 01:06:17 UTC - Search in distribution
Tibco::Rv::Inline - Tibco Inline handler
Configure Inline::C for Tibco::Rv (internal-only module)....
STURM/Tibco-Rv-1.15 - 17 Jul 2005 21:27:00 UTC - Search in distribution
B::CC - Perl compiler's optimized C translation backend
This compiler backend takes Perl source and generates C source code corresponding to the flow of your program with unrolled ops and optimised stack handling and lexicals variable types. In other words, this backend is somewhat a "real" compiler in th...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 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
Pod::WikiDoc - Generate Pod from inline wiki style text
Pod works well, but writing it can be time-consuming and tedious. For example, commonly used layouts like lists require numerous lines of text to make just a couple of simple points. An alternative approach is to write documentation in a wiki-text sh...
DAGOLDEN/Pod-WikiDoc-0.21 - 08 May 2017 19:03:28 UTC - Search in distribution
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