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

Search results for "PPI::Object"

PPI::Lexer - The PPI Lexer River stage four • 195 direct dependents • 1581 total dependents

The is the PPI Lexer. In the larger scheme of things, its job is to take token streams, in a variety of forms, and "lex" them into nested structures. Pretty much everything in this module happens behind the scenes at this point. In fact, at the momen...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution

PPI::HTML - Generate syntax-hightlighted HTML for Perl using PPI River stage two • 14 direct dependents • 20 total dependents

PPI::HTML converts Perl documents into syntax highlighted HTML pages....

ADAMK/PPI-HTML-1.08 - 16 Nov 2009 00:08:15 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 29 direct dependents • 30 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

PPR - Pattern-based Perl Recognizer River stage two • 10 direct dependents • 33 total dependents

The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control b...

DCONWAY/PPR-0.001008 - 11 Apr 2023 05:50:32 UTC - Search in distribution
  • PPR::X - Pattern-based Perl Recognizer

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

ppisel - Select PPI::Element nodes using CSel syntax River stage one • 1 direct dependent • 1 total dependent

This utility uses CSel to select against a tree of PPI::Element nodes, constructed by PPI from a Perl source code. About the tree: the root node is PPI::Document object, which is a subclass of PPI::Element. The other nodes are also subclasses of PPI:...

PERLANCAR/App-ppisel-0.004 - 31 Aug 2020 00:06:01 UTC - Search in distribution

Padre - Perl Application Development and Refactoring Environment River stage two • 56 direct dependents • 56 total dependents

Configuration The application maintains its configuration information in a directory called .padre. Other On Strawberry Perl you can associate .pl file extension with C:\strawberry\perl\bin\wxperl and then you can start double clicking on the applica...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution

PAR::FAQ - Frequently Asked Questions about PAR River stage two • 7 direct dependents • 14 total dependents

Where is the Windows binary version? You can find windows binaries here: <http://www.cpan.org/authors/id/S/SM/SMUELLER/> There are three ways to install them. Sorted in order of preference: cpan Run the *cpan* command line tool that comes with Perl. ...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution

treesh - Navigate and manipulate in-memory tree objects using a CLI shell River stage one • 1 direct dependent • 1 total dependent

This utility lets you navigate and manipulate in-memory tree objects. Currently supported tree objects: * Org (parsed using Org::Parser::Tiny) * JSON [NOT YET IMPLEMETED] * YAML [NOT YET IMPLEMETED] * HTML [NOT YET IMPLEMETED] * PPI [NOT YET IMPLEMET...

PERLANCAR/Tree-Shell-0.001 - 13 Feb 2020 12:32:41 UTC - Search in distribution

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

App::Fetchware - App::Fetchware is Fetchware's API used to make extensions. River stage zero No dependents

App::Fetchware represents fetchware's API. For ducumentation on how to use App::Fetchware's fetchware command line interface see fetchware. It is the heart and soul of fetchware where all of fetchware's main behaviors are kept. It is fetchware's API,...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

Test::XT - Generate best practice release-only tests River stage one • 2 direct dependents • 3 total dependents

A number of Test modules have been written over the years to support authors. Typically, these modules have standard short test scripts documented in them that you can cut and paste into your distribution. Unfortunately almost all of these cut-and-pa...

ADAMK/Test-XT-0.04 - 07 Jul 2011 02:49:42 UTC - Search in distribution

Nice::Try - A real Try Catch Block Implementation Using Perl Filter River stage two • 19 direct dependents • 23 total dependents

Nice::Try is a lightweight implementation of Try-Catch exception trapping block using perl filter. It behaves like you would expect. Here is a list of its distinctive features: * No routine to import like "Nice::Try qw( try catch )". Just add "use Ni...

JDEGUEST/Nice-Try-v1.3.10 - 26 Mar 2024 00:57:03 UTC - Search in distribution

Mo::Design River stage three • 50 direct dependents • 694 total dependents

TINITA/Mo-0.40 - 06 Jul 2016 22:11:23 UTC - Search in distribution

Promise::Me - Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data River stage one • 4 direct dependents • 6 total dependents

Promise::Me is an implementation of the JavaScript promise using fork for asynchronous tasks. Fork is great, because it is well supported by all operating systems (except AmigaOS, RISC OS and VMS) and effectively allows for asynchronous execution. Wh...

JDEGUEST/Promise-Me-v0.4.11 - 26 Apr 2024 05:22:24 UTC - Search in distribution

Data::CSel - Select tree node objects using CSS Selector-like syntax River stage two • 7 direct dependents • 16 total dependents

This module lets you use a query language (hereby named CSel) that is similar to CSS Selector to select nodes from a tree of objects....

PERLANCAR/Data-CSel-0.128 - 21 Jul 2022 00:05:08 UTC - Search in distribution

App::MojoSlides - DEPRECATED Write your presentations in Perl and Mojolicious! River stage zero No dependents

This application lets you write presentations using the simple Perlish syntax that Mojo::Template provides for Mojolicious. It follows a similar model to LaTeX Beamer in structure and usage, though it is not nearly as full featured....

JBERGER/App-MojoSlides-0.11 - 14 Mar 2017 00:41:19 UTC - Search in distribution

Perl::Critic - Critique Perl source code for best-practices. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

Pod::POM::Web - HTML Perldoc server River stage one • 2 direct dependents • 2 total dependents

Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed. The application offers * a tree view fo...

DAMI/Pod-POM-Web-1.27 - 02 Jul 2021 07:10:05 UTC - Search in distribution
124 results (0.105 seconds)