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

Search results for "h2xs"

h2xs - convert .h C header files to Perl extensions River stage zero No dependents

*h2xs* builds a Perl extension from any C header file. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header. The *module_name* will be used for the name of the extension. If m...

DOUGM/ExtUtils-DynaGlue-1.00a - 27 Nov 1996 20:03:47 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

ExtUtils::ModuleMaker - Better than h2xs for creating modules River stage one • 3 direct dependents • 4 total dependents

This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC - Search in distribution
  • modulemaker - interactive interface to ExtUtils::ModuleMaker; replaces h2xs -AXn [module]

bigtop - the parser/generater for the bigtop langauge River stage zero No dependents

To learn more about bigtop, consult Bigtop::Docs::TOC. It has a list of all the documentation along with suggestions of where to start. This script usually takes a bigtop input file and a list of things to build. The things you can build have the sam...

PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC - Search in distribution

TODO - Things for Perl::Critic::More developers to do River stage one • 4 direct dependents • 8 total dependents

THALJEF/Perl-Critic-More-1.003 - 29 Oct 2013 16:43:05 UTC - Search in distribution

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 127 total dependents

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

List::Compare - Compare elements of two or more lists River stage three • 37 direct dependents • 128 total dependents

JKEENAN/List-Compare-0.55 - 16 Aug 2020 22:42:25 UTC - Search in distribution

perlfaq7 - General Perl Language Issues River stage zero No dependents

This section deals with general Perl language issues that don't clearly fit into any of the other sections. Can I get a BNF/yacc/RE for the Perl language? There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source dis...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

CHANGES - Revision history for WordNet::SenseRelate::AllWords River stage zero No dependents

0.19 Date : May 27, 2009 1) Added --backoff option to wsd.pl. This option backs off to WordNet sense1 if the measure can't assign any sense. 2) semcor-reformat.pl used querySense and reformatted the original text that contained the first word in the ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC - Search in distribution

Inline::C - C Language Support for Inline River stage two • 43 direct dependents • 76 total dependents

"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

idl2xs_c - IDL compiler to extension interface between Perl and C code River stage zero No dependents

idl2xs_c is an alternative to h2xs and XS language when an IDL interface is available. idl2xs_c parses the given input file (IDL) and generates : * a Perl stub *spec*.pm (deals with CDR serialization, and autoload) * a C stub *spec*.c (deals with Per...

PERRAD/CORBA-XS-0.63 - 11 May 2012 22:44:29 UTC - Search in distribution

REVISION River stage three • 44 direct dependents • 245 total dependents

RURBAN/Set-Object-1.42 - 21 Jan 2022 13:18:58 UTC - Search in distribution

perlmodstyle - стиль написания модулей на Perl River stage zero No dependents

MISHIN/POD2-RU-5.18.0.1.84 - 17 Dec 2017 17:55:54 UTC - Search in distribution

Roll - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Roll, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah. EXPORT None by default....

ERICW/Roll-1.0 - 23 Sep 2005 20:35:48 UTC - Search in distribution

DNS::BL - Manage DNS black lists River stage zero No dependents

This class provides the services required to manage DNSBL data using this module hierarchy. It does so by implementing a series of methods, that perform the required function and when called in array context, return a two-element list, whose first el...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC - Search in distribution

CHANGES - Revision history for Text::Similarity River stage two • 3 direct dependents • 11 total dependents

0.13 Released October 7, 2015 (all changes by TDP) * Misc pod fixes, primarily those reported by Alex Becker to bug list. 0.11 Released October 6, 2015 (all changes by TDP) * Contributed enhancement by Tani Hosokawa : Not a bug, but an optimization. ...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC - Search in distribution

CGI::Log - Perl extension for centralized logging of debug, error, status and success messages from scripts or other modules. River stage zero No dependents

This module acts as a central repository for debug, status and error messages. It instantiates itself automatically (if it needs to) so you can access the Log object functions from anywhere in you code including other modules/objects with a simple co...

JMOORE/CGI-Log-1.00 - 14 Sep 1998 04:15:38 UTC - Search in distribution

Win32::GuiTest - Perl GUI Test Utilities. River stage one • 2 direct dependents • 2 total dependents

Most GUI test scripts I have seen/written for Win32 use some variant of Visual Basic (e.g. MS-VB or MS-Visual Test). The main reason is the availability of the SendKeys function. A nice way to drive Win32 programs from a test script is to use OLE Aut...

KARASIK/Win32-GuiTest-1.64 - 16 Aug 2019 08:52:42 UTC - Search in distribution

Tk::X - Perl extension for Xlib constants. River stage three • 160 direct dependents • 171 total dependents

A module generated by h2xs. It exists to export Xlib #define type constants for possible use with Tk::Xlib....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution
143 results (0.07 seconds)