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

Search results for "dist::Array-PAT"

perl5140delta - what is new for perl v5.14.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgrading from an earlier release such as 5.10.0, first read perl5120delta, which describes differences between 5.10.0 and 5.12.0. Some of the bug fixes...

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

YAMLScript - Programming in YAML River stage zero No dependents

YAMLScript is a programming language that uses YAML as a base syntax. It feels like a *YAML encoded Lisp*, but with fewer parentheses. In fact, YAMLScript *is* a Lisp. It's a YAML-based specialized syntax reader for the Clojure programming language. ...

INGY/YAMLScript-Lingy-0.2.1 - 29 Dec 2023 18:00:56 UTC - Search in distribution

Regexp::Grammars - Add grammatical parsing features to Perl 5.10 regexes River stage three • 19 direct dependents • 631 total dependents

This module adds a small number of new regex constructs that can be used within Perl 5.10 patterns to implement complete recursive-descent parsing. Perl 5.10 already supports recursive-descent *matching*, via the new "(?<name>...)" and "(?&name)" con...

DCONWAY/Regexp-Grammars-1.058 - 15 Sep 2022 01:31:42 UTC - Search in distribution

Parse::RecDescent - Generate Recursive-Descent Parsers River stage three • 129 direct dependents • 778 total dependents

Overview Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple *yacc*-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) produc...

JTBRAUN/Parse-RecDescent-1.967015 - 04 Apr 2017 14:54:55 UTC - Search in distribution

Text::Balanced - Extract delimited text sequences from strings. River stage four • 94 direct dependents • 2047 total dependents

The various "extract_..." subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace ("/\s*/"), but you can change it to whatever you wish (see below). T...

SHAY/Text-Balanced-2.06 - 05 Jun 2022 10:38:48 UTC - Search in distribution

Text::ANSITable - Create nice formatted tables using extended ASCII and ANSI colors River stage two • 16 direct dependents • 57 total dependents

This module is yet another text table formatter module like Text::ASCIITable or Text::SimpleTable, with the following differences: * Colors and color themes ANSI color codes will be used by default (even 256 and 24bit colors), but will degrade to low...

PERLANCAR/Text-ANSITable-0.609 - 13 Jul 2023 23:13:58 UTC - Search in distribution

Troubleshooting River stage three • 155 direct dependents • 183 total dependents

Frequently encountered problems (warnings and fatal errors) and their troubleshooting....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

re::engine::Plugin - API to write custom regex engines River stage zero No dependents

As of perl 5.9.5 it's possible to lexically replace perl's built-in regular expression engine with your own (see perlreapi and perlpragma). This module provides a glue interface to the relevant parts of the perl C API enabling you to write an engine ...

VPIT/re-engine-Plugin-0.12 - 21 Dec 2015 16:18:36 UTC - Search in distribution

MIDI::SoundFont - Handles .sf2 SoundFont and .pat and .zip Gravis files River stage one • 1 direct dependent • 1 total dependent

This module offers a Perl interface to ease the manipulation of *SoundFont* and *Gravis* files. This module loads these files into a Perl associative array whose structure is documented in the section IN-MEMORY SOUNDFONT FORMAT or IN-MEMORY GRAVIS FO...

PJB/MIDI-SoundFont-1.08 - 03 Jul 2013 09:21:35 UTC - Search in distribution

csv-check-cell-values - Check the value of single cells of CSV against code/schema/regex River stage one • 2 direct dependents • 3 total dependents

Example "input.csv": ingredient,%weight foo,81 bar,9 baz,10 Check that ingredients do not contain number: % csv-check-cell-values input.csv -f ingredient --with-regex '/\\A[A-Za-z ]+\\z/' Check that all %weight is between 0 and 100: % csv-check-cell-...

PERLANCAR/App-CSVUtils-1.034 - 02 Feb 2024 04:15:39 UTC - Search in distribution

Regexp::Pattern - Convention/framework for modules that contain collection of regexes River stage two • 11 direct dependents • 24 total dependents

Regexp::Pattern is a convention for organizing reusable regexp patterns in modules, as well as framework to provide convenience in using those patterns in your program. Structure of an example Regexp::Pattern::* module package Regexp::Pattern::Exampl...

PERLANCAR/Regexp-Pattern-0.2.14 - 01 Apr 2020 00:56:32 UTC - Search in distribution

Dynamic::Loader - call a script without to know where is his location. River stage zero No dependents

ALEXMASS/Dynamic-Loader-1.08 - 11 Dec 2008 10:44:23 UTC - Search in distribution

CPAN::Search::Lite::Index - set up or update database tables. River stage zero No dependents

This is the main module used to set up or update the database tables used to store information from the CPAN and ppm indices. The creation of the object my $index = CPAN::Search::Lite::Index->new(%args); accepts three arguments: * config => /path/to/...

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC - Search in distribution

App::BraveUtils - Utilities related to Brave browser River stage one • 1 direct dependent • 1 total dependent

This distribution includes several utilities related to Brave browser: 1. brave-has-processes 2. brave-is-paused 3. brave-is-running 4. kill-brave 5. pause-and-unpause-brave 6. pause-brave 7. ps-brave 8. restart-brave 9. start-brave 10. terminate-bra...

PERLANCAR/App-BraveUtils-0.002 - 02 Feb 2024 00:05:18 UTC - Search in distribution

App::BrowserUtils - Utilities related to browsers, particularly modern GUI ones River stage one • 6 direct dependents • 7 total dependents

This distribution includes several utilities related to browsers: 1. browsers-are-paused 2. kill-browsers 3. pause-and-unpause-browsers 4. pause-browsers 5. ps-browsers 6. restart-browsers 7. start-browsers 8. terminate-browsers 9. unpause-browsers S...

PERLANCAR/App-BrowserUtils-0.019 - 01 Feb 2024 00:06:01 UTC - Search in distribution

App::ChromeUtils - Utilities related to Google Chrome browser River stage one • 1 direct dependent • 1 total dependent

This distribution includes several utilities related to Google Chrome browser: 1. chrome-has-processes 2. chrome-is-paused 3. chrome-is-running 4. kill-chrome 5. list-chrome-profiles 6. pause-and-unpause-chrome 7. pause-chrome 8. ps-chrome 9. restart...

PERLANCAR/App-ChromeUtils-0.012 - 31 Jan 2024 00:06:09 UTC - Search in distribution

App::VivaldiUtils - Utilities related to the Vivaldi browser River stage one • 1 direct dependent • 1 total dependent

This distribution includes several utilities related to the Vivaldi browser: 1. kill-vivaldi 2. list-vivaldi-profiles 3. pause-vivaldi 4. ps-vivaldi 5. restart-vivaldi 6. start-vivaldi 7. terminate-vivaldi 8. unpause-vivaldi 9. vivaldi-has-processes ...

PERLANCAR/App-VivaldiUtils-0.011 - 29 Jan 2024 00:05:05 UTC - Search in distribution

App::FirefoxUtils - Utilities related to Firefox River stage one • 2 direct dependents • 2 total dependents

This distribution includes several utilities related to Firefox: 1. firefox-has-processes 2. firefox-is-paused 3. firefox-is-running 4. get-firefox-profile-dir 5. kill-firefox 6. list-firefox-profiles 7. pause-and-unpause-firefox 8. pause-firefox 9. ...

PERLANCAR/App-FirefoxUtils-0.022 - 30 Jan 2024 00:06:03 UTC - Search in distribution

CPAN::Testers::WWW::Reports::Parser - CPAN Testers reports data parser River stage zero No dependents

This distribution is used to extract the data from either a JSON or a YAML file containing metadata regarding reports submitted by CPAN Testers, and available from the CPAN Testers website....

BARBIE/CPAN-Testers-WWW-Reports-Parser-0.06 - 25 Sep 2014 02:04:54 UTC - Search in distribution

C::TinyCompiler::Perl::Croak - A light-weight interface to Perl's croak and warn River stage zero No dependents

This module provides Perl's C interface to both the traditional and variadic forms of warn and croak. These allow you to write defensive C code without needing the full Perl C api to do it. Like other C::TinyCompiler packages, you never use this modu...

DCMERTENS/C-TinyCompiler-0.05 - 05 Aug 2015 20:50:24 UTC - Search in distribution
21 results (0.047 seconds)