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

Search results for "XML::Parser::Style::Stream"

XML::Parser::Style::Stream - Stream style for XML::Parser River stage four • 147 direct dependents • 1319 total dependents

This style uses the Pkg option to find subs in a given package to call for each event. If none of the subs that this style looks for is there, then the effect of parsing with this style is to print a canonical copy of the document without comments or...

TODDR/XML-Parser-2.47 - 29 Dec 2023 00:31:09 UTC - Search in distribution
  • XML::Parser - A perl module for parsing XML documents

XML::Stream - Creates an XML Stream connection and parses return data River stage two • 3 direct dependents • 12 total dependents

This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. It is primarily based work for the Etherx XML router developed by the Jabber Development Te...

DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC - Search in distribution

CSS::SAC - SAC CSS parser River stage one • 1 direct dependent • 1 total dependent

SAC (Simple API for CSS) is an event-based API much like SAX for XML. If you are familiar with the latter, you should have little trouble getting used to SAC. More information on SAC can be found online at http://www.w3.org/TR/SAC. CSS having more co...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 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

Mojo::DOM58 - Minimalistic HTML/XML DOM parser with CSS selectors River stage two • 24 direct dependents • 43 total dependents

Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the HTML Living Standard <https://html.spec.whatwg.org/> and Extensible Markup Language (XML) 1.0 <https://www.w3.org/TR/xml/>, and matching based...

DBOOK/Mojo-DOM58-3.001 - 16 Jun 2021 05:30:08 UTC - Search in distribution

CAM::XML - Encapsulation of a simple XML data structure River stage one • 1 direct dependent • 2 total dependents

This module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML. This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but it's darn easy t...

CLOTHO/CAM-XML-1.14 - 02 Feb 2006 03:25: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

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

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

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

SOAP - Library for SOAP clients and servers in Perl River stage zero No dependents

SOAP/Perl is a collection of Perl modules which provides a simple and consistent application programming interface (API) to the Simple Object Access Protocl (SOAP). To learn more about SOAP, see the W3C note at <URL:http://www.w3.org/TR/SOAP> This li...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC - Search in distribution

YAML - YAML Ain't Markup Language™ River stage four • 627 direct dependents • 2019 total dependents

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...

INGY/YAML-1.31 - 27 Dec 2023 15:11:23 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 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

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

HTML5::DOM - Super fast html5 DOM library with css selectors (based on Modest/MyHTML) River stage one • 2 direct dependents • 3 total dependents

HTML5::DOM <https://metacpan.org/pod/HTML5::DOM> is a fast HTML5 parser and DOM manipulatin library with CSS4 selectors, fully conformant with the HTML5 specification. It based on <https://github.com/lexborisov/Modest> as selector engine and <https:/...

ZHUMARIN/HTML5-DOM-1.25 - 06 Jul 2021 17:18:28 UTC - Search in distribution

Dancer2::Manual - A gentle introduction to Dancer2 River stage three • 156 direct dependents • 176 total dependents

Dancer2 is a free and open source web application framework written in Perl. It's a complete rewrite of Dancer, based on Moo and using a more robust and extensible fully-OO design. It's designed to be powerful and flexible, but also easy to use - get...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

Image::MetaData::JPEG - Perl extension for showing/modifying JPEG (meta)data. River stage one • 2 direct dependents • 2 total dependents

The purpose of this module is to read/modify/rewrite meta-data segments in JPEG (Joint Photographic Experts Group format) files, which can contain comments, thumbnails, Exif information (photographic parameters), IPTC information (editorial parameter...

RJBS/Image-MetaData-JPEG-0.159 - 11 Mar 2015 22:46:16 UTC - Search in distribution

File::ANVL - A Name Value Language routines River stage one • 2 direct dependents • 2 total dependents

This is documentation for the ANVL Perl module, which provides a general framework for data represented in the ANVL format. ANVL (A Name Value Language) represents elements in a label-colon-value format similar to email headers. Specific conversions,...

JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC - Search in distribution
60 results (0.092 seconds)