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

Search results for "XML::Parser::Lite"

XML::Parser::Lite - Lightweight pure-perl XML Parser (based on regexps) River stage one • 3 direct dependents • 3 total dependents

This module 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 experimental regexp features it'll work only on Perl ...

PHRED/XML-Parser-Lite-0.722 - 20 Aug 2018 03:26:10 UTC - Search in distribution

XML::RSS::Parser::Lite - A simple pure perl RSS parser. River stage one • 1 direct dependent • 1 total dependent

XML::RSS::Parser::Lite is a simple pure perl RSS parser. It uses XML::Parser::Lite as backend. For the fields available via "get", please refer to the documentation: <http://www.rss-specifications.com/rss-specifications.htm>, for RSS v2.0: <http://cy...

TFPBL/RSS-Parser-Lite-0.12 - 01 Oct 2013 12:52:17 UTC - Search in distribution

XML::DOM::Lite::Parser - Pure Perl Lite XML Parser River stage one • 1 direct dependent • 2 total dependents

RHUNDT/XML-DOM-Lite-0.16 - 02 Jun 2017 19:38:43 UTC - Search in distribution

XML::Parser::Lite::Tree - Lightweight XML tree builder River stage two • 2 direct dependents • 16 total dependents

This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile...

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

XML::Parser::Lite::Tree::XPath - XPath access to XML::Parser::Lite::Tree structures River stage zero No dependents

This pure-Perl implementation of XPath is a complement to XML::Parser::Lite::Tree, a pure-Perl XML tree parser and builder. It aims to implement 100% of the W3C XPath specification....

IAMCAL/XML-Parser-Lite-Tree-XPath-0.24 - 20 Aug 2009 20:09:34 UTC - Search in distribution

WebService::Simple::Parser::XML::Lite - Parse XML content using XML::Parser::Lite::Tree and XML::Parser::Lite::Tree::XPath River stage two • 11 direct dependents • 17 total dependents

YUSUKEBE/WebService-Simple-0.25 - 31 Aug 2015 10:42:10 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution
  • SOAP::SOM - provides access to the values contained in SOAP Response
  • SOAP::Packager - this class is an abstract class which allows for multiple types of packaging agents such as MIME and DIME.
  • SOAP::Constants - SOAP::Lite provides several variables to allows programmers and users to modify the behavior of SOAP::Lite in specific ways.
  • 1 more result from SOAP-Lite »

XML::RSSLite - lightweight, "relaxed" RSS (and XML-ish) parser River stage one • 1 direct dependent • 1 total dependent

This module attempts to extract the maximum amount of content from available documents, and is less concerned with XML compliance than alternatives. Rather than rely on XML::Parser, it uses heuristics and good old-fashioned Perl regular expressions. ...

JPIERCE/XML-RSSLite-0.17 - 10 Feb 2022 02:54:48 UTC - Search in distribution

XML::Bare - Minimal XML parser implemented via a C state engine River stage two • 11 direct dependents • 20 total dependents

This module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl funct...

CODECHILD/XML-Bare-0.53 - 12 Jul 2013 15:44:20 UTC - Search in distribution

PPM - Perl Package Manager: locate, install, upgrade software packages. River stage zero No dependents

ppm is a utility intended to simplify the tasks of locating, installing, upgrading and removing software packages. It is a front-end to the functionality provided in PPM.pm. It can determine if the most recent version of a software package is install...

MURRAY/PPM-2.1.9 - 09 Jun 2008 09:29:45 UTC - Search in distribution

Raisin - A REST API microframework for Perl. River stage one • 1 direct dependent • 1 total dependent

Raisin is a REST API microframework for Perl. It's designed to run on Plack, providing a simple DSL to develop RESTful APIs easily. It was inspired by Grape <https://github.com/intridea/grape>....

RTKH/Raisin-0.94 - 12 Apr 2022 18:18:49 UTC - Search in distribution

ScraperPOD - A Framework for scraping results from search engines. River stage one • 1 direct dependent • 1 total dependent

SCRAPER FRAMEWORK [============================================================================] [ ] [ Your Request Values The Response Values ] [ | ^ ] [ v | ] [ +-------------------------+ +-------------------------+ ] [ | | | | ] [ | Request Objec...

GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 UTC - Search in distribution

OWL2Perl - Perl extension for the automatic generation of perl modules from OWL classes River stage zero No dependents

A module to aid in the genesis of Perl modules that represent OWL entities in OWL ontologies. Upgrading from a version prior to Version 0.97 For those of you upgrading from a version prior to version 0.97, you will need to regenerate your modules for...

EKAWAS/OWL2Perl-1.00 - 12 May 2011 23:52:42 UTC - Search in distribution

CGI::Minimal - A lightweight CGI form processing package River stage one • 3 direct dependents • 5 total dependents

Provides a micro-weight alternative to the CGI.pm module Rather than attempt to address every possible need of a CGI programmer, it provides the _minimum_ functions needed for CGI such as form decoding (including file upload forms), URL encoding and ...

SNOWHARE/CGI-Minimal-1.30 - 15 Jun 2020 08:23:00 UTC - Search in distribution

IO::Util - A selection of general-utility IO function River stage two • 2 direct dependents • 12 total dependents

This is a micro-weight module that exports a few functions of general utility in IO operations....

DOMIZIO/IO-Util-1.5 - 31 Dec 2005 13:51:40 UTC - Search in distribution

Pod::WSDL - Creates WSDL documents from (extended) pod River stage one • 1 direct dependent • 1 total dependent

- How to use Pod::WSDL Parsing the pod How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this my $pwsdl = new Pod::WSDL(source =>...

JCOP/Pod-WSDL-0.063 - 21 Oct 2014 23:16:57 UTC - Search in distribution

Flickr::API - Perl interface to the Flickr API River stage two • 7 direct dependents • 14 total dependents

An interface for using the Flickr API. "Flickr::API" is a subclass of LWP::UserAgent, so all of the various proxy, request limits, caching, etc are available. "Flickr::API" can instantiate using either the Flickr Authentication (deprecated) or the OA...

IAMCAL/Flickr-API-1.29 - 26 Feb 2024 17:27:32 UTC - Search in distribution

Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. River stage two • 33 direct dependents • 46 total dependents

The Spreadsheet::WriteExcel Perl module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks, images and charts can be wri...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

MOSES::MOBY - Start here! Documentation for the Perl extension for the automatic generation of BioMOBY web services! River stage zero No dependents

This is the documentation for Perl MoSeS (Moby Services Support). If you are reading this from the "perldoc" utility, you may notice that some words are missing or that some phrases are incomplete. In order to view this documentation in the manner in...

EKAWAS/MOSES-MOBY-0.96.1 - 09 Dec 2010 14:23:28 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution
65 results (0.096 seconds)