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

Search results for "B::Xref"

B::Xref - Generates cross reference reports for Perl programs River stage five • 11292 direct dependents • 32664 total dependents

The B::Xref module is used to generate a cross reference listing of all definitions and uses of variables, subroutines and formats in a Perl program. It is implemented as a backend for the Perl compiler. The report generated is in the following forma...

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

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

pp2html - PerlPoint to HTML converter River stage one • 1 direct dependent • 2 total dependents

"pp2html" creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of contents and index pages, "pp2html" is also a suitable tool for writing onli...

LDOMKE/PerlPoint-Converters-1.0205 - 08 Feb 2006 15:33:27 UTC - Search in distribution

word - display words starting or matching a string or pattern River stage one • 5 direct dependents • 5 total dependents

Search a large list of words in one of two modes. In look mode, only words starting with the given string are displayed. This mode runs very quickly. Only purely alphabetic strings are allowed. The system look(1) program is co-opted into helping. In ...

BDFOY/Unicode-Tussle-1.115 - 11 Dec 2021 19:29:14 UTC - Search in distribution

pp2sdf - translates PerlPoint to SDF River stage one • 4 direct dependents • 5 total dependents

This is a demonstration application of the PerlPoint package. It translates PerlPoint into SDF. SDF is, of course, no presentation format by itself. Nevertheless it *is* useful as a target format because sdf can produce various other formats. Present...

JSTENZEL/PerlPoint-Package-0.452 - 10 Oct 2007 21:39:50 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

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

PDF::Reuse - Reuse and mass produce PDF documents River stage one • 5 direct dependents • 6 total dependents

This module could be used when you want to mass produce similar (but not identical) PDF documents and reuse templates, JavaScripts and some other components. It is functional to be fast, and to give your programs capacity to produce many pages per se...

CNIGHS/PDF-Reuse-0.39 - 27 Sep 2016 15:50:24 UTC - Search in distribution

Sybase::Xfer - Bcp data into a Sybae table from multiple sources River stage zero No dependents

If you're in an environment with multiple servers and you don't want to use cross-server joins (aka using Component Integration Services) then this module may be worth a look. It transfers data from one server to another server row-by-row in memory w...

SPRAGST/Sybase-Xfer-0.63 - 14 Jun 2003 11:25:45 UTC - Search in distribution

GO::AppHandle - Gene Ontology Data API handle River stage zero No dependents

This is a module for accessing Gene Ontology data sources, e.g the GO relational database. It defines a set of methods that provide a consistent interface independent of the way the GO data is stored. For an explanation of the GO project, please visi...

SJCARBON/go-db-perl-0.04 - 21 Dec 2009 21:56:44 UTC - Search in distribution

Gedcom - a module to manipulate GEDCOM genealogy files River stage one • 4 direct dependents • 4 total dependents

This module provides for manipulation of GEDCOM files. GEDCOM is a format for storing genealogical information designed by The Church of Jesus Christ of Latter-Day Saints (http://www.lds.org). Information about GEDCOM used to be available as a zip fi...

PJCJ/Gedcom-1.22 - 15 Nov 2019 12:52:45 UTC - Search in distribution

corelist - a commandline frontend to Module::CoreList River stage five • 95 direct dependents • 21441 total dependents

See Module::CoreList for one....

BINGOS/Module-CoreList-5.20240420 - 27 Apr 2024 19:32:30 UTC - Search in distribution

pdfcheck - check a pdf document for correctness and compatibility with ocr River stage zero No dependents

Test a pdf document for what we can do with it on this system. Test a pdf file for ability to pass ocr. This tests problem pdf documents, for things like malformed xref tables. These are pdf documents that for some reason are not spitting out text, a...

LEOCHARRE/PDF-OCR2-1.21 - 19 Sep 2011 15:32:52 UTC - Search in distribution

Data::Alias - Comprehensive set of aliasing operations River stage two • 14 direct dependents • 15 total dependents

Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. Aliasing occurs in Perl for example in for-loops and s...

XMATH/Data-Alias-1.28 - 21 Dec 2022 16:45:45 UTC - Search in distribution

IT::perlfaq3 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

pod::CONFIGURE_HOWTO River stage zero No dependents

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC - Search in distribution

News::NNTPClient - Perl 5 module to talk to NNTP (RFC977) server River stage zero No dependents

This module implements a client interface to NNTP, enabling a Perl 5 application to talk to NNTP servers. It uses the OOP (Object Oriented Programming) interface introduced with Perl 5. NNTPClient exports nothing. A new NNTPClient object must be crea...

RVA/NNTPClient-0.37 - 28 Mar 2001 23:48:11 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Dita::GB::Standard - The Gearhart-Brenan Dita Topic Naming Standard. River stage one • 2 direct dependents • 2 total dependents

The Gearhart-Brenan Dita Topic Naming Standard. Version 20190901. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Dita-GB-Standard-20201030 - 31 Oct 2020 23:41:13 UTC - Search in distribution

Badger::Class - class metaprogramming module River stage one • 4 direct dependents • 6 total dependents

"Badger::Class" is a class metaprogramming module. It provides methods for defining, extending and manipulating object classes and related metadata in a relatively clean and simple way. Using the "Badger::Class" module will automatically enable the "...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

perlcompile - Introduction to the Perl Compiler-Translator River stage zero No dependents

Perl has always had a compiler: your source is compiled into an internal form (a parse tree, "optree") which is then optimized before being run. Since version 5.005, Perl has shipped with a module capable of inspecting the optimized optree (B), and t...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution
26 results (0.078 seconds)