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

Search results for "XML::RegExp"

XML::RegExp - Regular expressions for XML tokens River stage two • 4 direct dependents • 62 total dependents

This package contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue. The definitions of these tokens were taken fr...

TJMATHER/XML-RegExp-0.04 - 26 Mar 2012 17:32:44 UTC - Search in distribution

XML::LibXML::RegExp - XML::LibXML::RegExp - interface to libxml2 regular expressions River stage three • 455 direct dependents • 913 total dependents

This is a perl interface to libxml2's implementation of regular expressions, which are used e.g. for validation of XML Schema simple types (pattern facet). new() $compiled_re = XML::LibXML::RegExp->new( $regexp_str ); The constructor takes a string c...

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC - Search in distribution

Geo::Parse::OSM - OpenStreetMap XML file regexp parser River stage zero No dependents

LIOSHA/Geo-Parse-OSM-0.42 - 19 Feb 2011 11:52:52 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

WiX3 - Objects useful for generating Windows Installer XML files. River stage one • 1 direct dependent • 2 total dependents

This distribution is designed to assist in writing XML files for Windows Installer XML version 3.0, otherwise known as WiX. Since Windows Installer, and therefore WiX, keeps track of each individual file, installers using it are more complicated than...

CSJEWELL/WiX3-0.011 - 05 Jun 2011 16:18:34 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

s4 - Wrapper for subversion program River stage zero No dependents

S4 provides a wrapper to subversion that extends several of the commands. It understands all svn commands; you may simply use "s4" whereever you would normally type "svn". In many cases, S4 simply runs "svn" with the same arguments as you passed to s...

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC - Search in distribution

ebook - create and manipulate e-books from the command line River stage zero No dependents

AZED/EBook-Tools-v0.5.4 - 01 Oct 2014 22:29:05 UTC - Search in distribution

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1893 direct dependents • 10024 total dependents

This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

csl - C Header file transformation River stage zero No dependents

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC - Search in distribution
  • cscan - C source scan (C::Scan alternative)

TUWF - The Ultimate Website Framework River stage zero No dependents

TUWF is a small framework designed for writing websites. It provides an abstraction layer to various environment-specific tasks and has common functions to ease the creation of both small and large websites. For a gentle introduction to TUWF, see TUW...

YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 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

lwptut - An LWP Tutorial River stage four • 2163 direct dependents • 6200 total dependents

LWP (short for "Library for WWW in Perl") is a very popular group of Perl modules for accessing data on the Web. Like most Perl module-distributions, each of LWP's component modules comes with documentation that is a complete reference to its interfa...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

TPath - general purpose path languages for trees River stage one • 3 direct dependents • 3 total dependents

TPath provides an xpath-like language for arbitrary trees. You implement a minimum of two methods -- "children" and "tag" -- and then you can explore your trees via concise, declarative paths. In tpath, "attributes" are node attributes of any sort an...

DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC - Search in distribution

anvl - command to convert and manipulate ANVL records River stage one • 2 direct dependents • 2 total dependents

The anvl utility converts ANVL records to a variety of formats, including XML, Turtle, JSON, ANVL (long form), and Plain. An ANVL (A Name Value Language) record is a text-based sequence of elements ending in a blank line, where each element consists ...

JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC - Search in distribution

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

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

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

perlfaq6 - Regular Expressions River stage zero No dependents

This section is surprisingly small because the rest of the FAQ is littered with answers involving regular expressions. For example, decoding a URL and checking whether something is a number can be handled with regular expressions, but those answers a...

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

XML::Parser::LiteCopy - Lightweight regexp-based XML parser River stage two • 2 direct dependents • 16 total dependents

This Perl implements an XML parser with a interface similar to XML::Parser. Though not all callbacks are supported, you should be able to use it in the same way you use XML::Parser. Due to using experimantal regexp features it'll work only on Perl 5....

IAMCAL/XML-Parser-Lite-Tree-0.14 - 04 Jun 2011 02:06:17 UTC - Search in distribution

PANT - Perl extension for ANT/NANT like build environments River stage zero No dependents

This module provides various useful functions to help in the automated build of a project and to produce a build log. It is still in development, and may well change shape in the light of experience....

JONIONS/PANT-0.17 - 28 Jul 2005 09:02:33 UTC - Search in distribution
176 results (0.122 seconds)