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

Search results for "xml smart"

XML::Smart - A smart, easy and powerful way to access or create XML from fiels, data and URLs. River stage one • 9 direct dependents • 9 total dependents

TMHARISH/XML-Smart-1.78 - 12 Sep 2013 15:22:25 UTC - Search in distribution

Data::Collector::Serializer::SmartXML - A XML::Smart serializer for Data::Collector River stage zero No dependents

Utilizes XML::Smart....

XSAWYERX/Data-Collector-0.15 - 03 Sep 2012 10:51:24 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

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

oodist - create perl distributions with OODoc River stage zero No dependents

The "oodist" script is currently only usable on UNIX in combination with Makefile.PL. It is a smart wrapper around the OODoc module, to avoid start work to produce real POD for modules which use OODoc's POD extensions. HTML is not (yet) supported. Co...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 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

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
  • perlfaq - Frequently asked questions about Perl

Vroom - Slide Shows in Vim River stage one • 1 direct dependent • 1 total dependent

Ever given a Slide Show and needed to switch over to Vim? Now you don't ever have to switch again. You're already there. Vroom lets you create your slides in a single file using a Wiki-like style, much like Spork and Sporx do. The difference is that ...

INGY/Vroom-0.42 - 27 Jun 2023 14:15:32 UTC - Search in distribution

perlpodspec - Plain Old Documentation: format specification and notes River stage five • 11292 direct dependents • 32664 total dependents

This document is detailed notes on the Pod markup language. Most people will only have to read perlpod to know how to write in Pod, but this document may answer some incidental questions to do with parsing and rendering Pod. In this document, "must" ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • perlpodspec - Plain Old Documentation: format specification and notes
  • perlpodspeccopy - Plain Old Documentation: format specification and notes
  • perlpodspeccopy - Plain Old Documentation: format specification and notes

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 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

CTK::Util - CTK Utilities River stage one • 1 direct dependent • 1 total dependent

Public utility functions. No function is not exported by default! FUNCTIONS All subroutines are listed in alphabetical order basetime $secs = basetime(); The time at which the program began running, in seconds. This function returns result of express...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 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

Template::Magic - Magic merger of runtime values with templates River stage one • 2 direct dependents • 2 total dependents

Template::Magic is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. In simple cases there is no need ...

SKNPP/Template-Magic-1.4 - 05 Mar 2012 22:57:11 UTC - Search in distribution

ODF::lpOD::Table - Table management River stage one • 2 direct dependents • 2 total dependents

The present manual page introduces the way lpOD allows the user to handle ODF *tables* and their components, namely the *columns*, *rows* and *cells*. The lpOD API doesn't make differences between document types in this area. So, tables are dealed wi...

ABEVERLEY/ODF-lpOD-1.200 - 06 Apr 2024 20:42:43 UTC - Search in distribution

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 64 direct dependents • 181 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was th...

RURBAN/Cpanel-JSON-XS-4.37 - 04 Jul 2023 10:35:53 UTC - Search in distribution

Pod::POM - POD Object Model River stage two • 27 direct dependents • 44 total dependents

This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the origi...

NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC - Search in distribution

Log::Log4perl::FAQ - Frequently Asked Questions on Log::Log4perl River stage four • 376 direct dependents • 1144 total dependents

This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly configuring your Log::Log4perl configuration files. Why use ...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

MARC::Doc::Tutorial - A documentation-only module for new users of MARC::Record River stage two • 27 direct dependents • 36 total dependents

GMCHARLT/MARC-Record-2.0.7 - 24 May 2017 00:44:00 UTC - Search in distribution
109 results (0.108 seconds)