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

Search results for "module:Regexp::Fields"

Regexp::Fields - named capture groups River stage zero No dependents

"Regexp::Fields" adds the extended "(?<name> ...)" pattern to Perl's regular expression language. This works like an ordinary pair of capturing parens, but after a match you can use $&{name} instead of $1 (or whichever $N) to get at the captured subs...

GRAZZ/Regexp-Fields-0.046 - 03 Nov 2003 22:53:55 UTC

tie/tie.pm River stage zero No dependents

GRAZZ/Regexp-Fields-0.046 - 03 Nov 2003 22:53:55 UTC

Regexp::Log - A base class for log files regexp builders River stage one • 9 direct dependents • 9 total dependents

Regexp::Log is a base class for a variety of modules that generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). The goal of this module family is to compute regular expressions based on t...

BOOK/Regexp-Log-0.06 - 10 Nov 2011 19:54:43 UTC

Regexp::ERE - extended regular expressions and finite automata River stage zero No dependents

Pure-perl module for: * Parsing POSIX Extended Regular Expressions ($ere) into Non-Deterministic Finite Automata ($nfa) * Manipulating $nfas (concatenating, or-ing, and-ing) * Computing Deterministic Finite Automata ($dfas) from $nfas (powerset const...

LOIC/Regexp-ERE-0.04 - 30 Jan 2015 11:20:53 UTC

Regexp::Bind - Bind variables to captured buffers River stage zero No dependents

This module is an extension to perl's native regexp function. It binds anonymous hashes or named variables to matched buffers. Both normal regexp syntax and embedded regexp syntax are supported. You can view it as a tiny and petite data extraction sy...

XERN/Regexp-Bind-0.05 - 04 Oct 2004 03:52:07 UTC

Devel::MAT::SV - represent a single SV from a heap dump River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent individual SV variables found in the arena during a heap dump. Actual types of SV are represented by subclasses, which are documented below....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC

Regexp::Extended - Perl wrapper that extends the re module with new features. River stage zero No dependents

Rexexp::Extended is a simple wrapper arround the perl rexexp syntax. It uses the overload module to parse constant qr// expressions and substitute known operators with an equivalent perl re....

CRUNCHIE/Regexp-Extended-0.01 - 06 Jul 2004 18:41:24 UTC

Regexp::Keywords - A regexp builder to test against keywords lists River stage zero No dependents

VITOCO/Regexp-Keywords-0.03 - 30 Sep 2009 00:21:58 UTC

Regexp::Log::WMS - A regular expression parser for WMS log format. River stage zero No dependents

Regexp::Log::WMS uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for parsing...

SALVA/Regexp-Log-WMS-0.02 - 23 May 2005 09:05:59 UTC

Regexp::Log::Helix - A regular expression parser for Helix log format. River stage zero No dependents

This module parses access logs created by Real's Helix 11. For more information on how to use this module, please see Regexp::Log....

MODULO/Regexp-Log-Helix-1.04 - 22 Aug 2006 21:45:26 UTC

Regexp::Log::Common - A regular expression parser for the Common Log Format River stage zero No dependents

Regexp::Log::Common uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for pars...

BARBIE/Regexp-Log-Common-0.10 - 15 Oct 2014 02:05:07 UTC

Regexp::Log::Monster - A regexp parser for the Extended Log Format + vhost River stage zero No dependents

Regexp::Log::Monster uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for par...

MSIMERSON/Apache-Logmonster-5.36 - 11 Sep 2014 06:33:32 UTC

Regexp::Log::BlueCoat - A regexp builder to parse BlueCoat log files River stage zero No dependents

Regexp::Log::BlueCoat is a module that computes custom regular expressions to parse log files generated by the BlueCoat Sytems *Port 80 Security Appliance*. See the Regexp::Log documentation for a description of the standard Regexp::Log interface. St...

BOOK/Regexp-Log-BlueCoat-0.03 - 28 Mar 2005 00:43:57 UTC

Regexp::Log::Progress - A set of regex's to parse Progress log files River stage zero No dependents

These modules provide a set of regex's to parse various Progress OpenEdge log files. As of 10.2B, the default format for a Progress log line is as follows: [06/10/31@14:07:15.892-0400] P-002702 T-002867 2 4GL DYNOBJECTS message Where: * 06/10/31 - is...

KESTEB/Regexp-Log-Progress-0.03 - 16 Mar 2015 18:15:03 UTC

Regexp::Log::RealServer - A regular expression parser for RealServer log format. River stage zero No dependents

Regexp::Log::RealServer uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for ...

SALVA/Regexp-Log-RealServer-0.02 - 23 May 2005 09:07:56 UTC

XAS::Lib::Regexp::Log::XAS - a class to parse XAS log files River stage zero No dependents

The XAS log line is broken down into these fields: datetime level message A log line with tasks is broken down into these fields: datetime level task message...

KESTEB/XAS-Logmon-0.01 - 23 Aug 2016 20:14:34 UTC

Regexp::DeferredExecution - Defer execution of (?{}) codeblocks until the end of a successful match River stage zero No dependents

The Perl regular expression engine provides a special embedded pattern, "(?{ <code> })", that immediately executes "<code>" if and when the pattern is used during the matching process. In the SYNOPSIS example, the initial "foo" subpattern is initiall...

AMACKEY/Regexp-DeferredExecution-0.05 - 17 Jan 2004 14:49:31 UTC

Regexp::Log::Progress::Server - a class to parse the Progress Server log file River stage zero No dependents

A Progress Broker log line is broken down into these fields: datetime pid tid level process facility message msgnum Not all lines have a msgnum field. To handle those lines you can specify a format of ':nomsgnum' to new(). The datetime field has the ...

KESTEB/Regexp-Log-Progress-0.03 - 16 Mar 2015 18:15:03 UTC

Regexp::Log::Progress::Broker - a class to parse the Progress Broker log file River stage zero No dependents

A Progress Broker log line is broken down into these fields: datetime pid tid level process facility message msgnum Not all lines have a msgnum field. To handle those lines you can specify a format of ':nomsgnum' to new(). The datetime field has the ...

KESTEB/Regexp-Log-Progress-0.03 - 16 Mar 2015 18:15:03 UTC

Regexp::Log::Progress::Database - a class to parse the Progress Database log file River stage zero No dependents

A Progress database log line is broken down into these fields: datetime pid tid level process msgnum message The datetime field has the following format: yyyy/mm/dd@hh:mm:ss.mls-zone This can be handled with this DateTime format: '%Y/%m/%d@%H:%M:%S.%...

KESTEB/Regexp-Log-Progress-0.03 - 16 Mar 2015 18:15:03 UTC
24 results (0.026 seconds)