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

Search results for "CINDY"

Cindy - use unmodified XML or HTML documents as templates. River stage one • 1 direct dependent • 1 total dependent

"Cindy" does Content INjection into XML and HTML documents. The positions for the modifications as well as for the data are identified by xpath expressions. These are kept in a seperate file called a Content inJection Sheet. The syntax of this CJS fi...

JZOBEL/Cindy-0.22 - 24 Sep 2014 12:12:30 UTC - Search in distribution

Cindy::Apache2 - use unmodified XML or HTML documents as templates. River stage zero No dependents

"Cindy::Apache2" uses the Cindy module in an apache content handler. Cindy merges data into a document template using a content injection sheet to create its response. As you see above it is used by configuring apache. This can be done from .htaccess...

JZOBEL/Cindy-Apache2-0.09 - 26 Sep 2014 21:23:43 UTC - Search in distribution

Tree::SizeBalanced - Size balanced binary search tree (XS implementation) River stage zero No dependents

Quoted from <http://wcipeg.com/wiki/Size_Balanced_Tree>: > A size balanced tree (SBT) is a self-balancing binary search tree (BBST) first published by Chinese student Qifeng Chen in 2007. The tree is rebalanced by examining the sizes of each node's s...

CINDY/Tree-SizeBalanced-2.006002 - 01 Sep 2016 19:03:58 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

csv-lookup-fields - Fill fields of a CSV file from another River stage one • 2 direct dependents • 3 total dependents

Example input: # report.csv client_id,followup_staff,followup_note,client_email,client_phone 101,Jerry,not renewing, 299,Jerry,still thinking over, 734,Elaine,renewing, # clients.csv id,name,email,phone 101,Andy,andy@example.com,555-2983 102,Bob,bob@...

PERLANCAR/App-CSVUtils-1.034 - 02 Feb 2024 04:15:39 UTC - Search in distribution

Pod::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC - Search in distribution

Combinator - Intuitively write async program serially, parallel, or circularly River stage zero No dependents

CINDY/Combinator-0.004003 - 12 May 2017 13:52:50 UTC - Search in distribution

Devel::Comments - Debug with executable smart comments to logs River stage zero No dependents

*I get the feeling that the computer just skips over all the comments.* -- a grad student Devel::Comments is a source filter for your Perl code, intended to be used only during development. Specially-formatted 'smart' comments are replaced by executa...

XIONG/Devel-Comments-v1.1.4 - 07 Aug 2011 14:23:21 UTC - Search in distribution

HTML::Inject - inject content from one HTML file into another River stage zero No dependents

"HTML::Inject" is a "template system lite". It allows you to inject content from one HTML file (the "source") into another HTML file (the "target") that has placeholders for that content. Constructor "new(%attr)" Moose-style constructor, accepting a ...

TOBYINK/HTML-Inject-0.004 - 10 Sep 2014 22:43:53 UTC - Search in distribution

Text::RecordParser - read record-oriented files River stage one • 1 direct dependent • 2 total dependents

This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequentia...

KCLARK/Text-RecordParser-1.6.5 - 21 Apr 2015 20:01:10 UTC - Search in distribution

VarGuard - safe clean blocks for variables River stage zero No dependents

This module is similar to Guard, except that this module is guard on a variable....

CINDY/VarGuard-0.03 - 06 Jul 2011 12:09:45 UTC - Search in distribution

Router::R3 - URL router library with high performance River stage zero No dependents

This mod is a XS wrapper around a C library R3. R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie. By using the constructed prefix trie in the start-up time, you can dispat...

CINDY/Router-R3-0.011001 - 14 Aug 2014 08:42:55 UTC - Search in distribution

AnyEvent::MySQL - Pure Perl AnyEvent socket implementation of MySQL client River stage zero No dependents

CINDY/AnyEvent-MySQL-1.002001 - 15 Jun 2017 07:41:49 UTC - Search in distribution

DestructAssign - Destructuring assignment River stage zero No dependents

This mod provides destructuring assignment for Perl. You can capture (by value) or bind (by alias) variables into part of a potentially large and complex data structure. I expect it to bring following benefits: provide named parameters more easily Na...

CINDY/DestructAssign-0.002007 - 27 Aug 2016 06:40:20 UTC - Search in distribution

Memcached::Server - A pure perl Memcached server helper, that help you create a server speaking Memcached protocol River stage zero No dependents

This module help us to create a pure perl Memcached server. It take care some protocol stuff, so that we can only focus on primary functions. Take a look on the source of Memcached::Server::Default, a compelete example that works as a standard Memcac...

CINDY/Memcached-Server-0.04 - 19 Aug 2010 06:26:01 UTC - Search in distribution

Telegram::JsonAPI - Telegram TDLib's JSON API River stage zero No dependents

This module integrated Telegram <https://telegram.org/>'s TDLib JSON API <https://core.telegram.org/tdlib/docs/td__json__client_8h.html>. which is used to implement Telegram client app. The difference between an app and a bot is that an app will act ...

CINDY/Telegram-JsonAPI-1.02 - 11 Apr 2022 18:42:52 UTC - Search in distribution

Scalar::Watcher - watch a scalar variable when setting value or destroying it River stage zero No dependents

Create watchers to monitor a scalar variable after setting or before destroying the variable. SUGGESTION It's better only use this mod on logging or debugging. Use the mod to track why/when certain variable's value goes wrong. I think it's usually a ...

CINDY/Scalar-Watcher-0.002001 - 31 Oct 2014 05:35:36 UTC - Search in distribution

Return::Deep - deeply returns through multiple layers at once, and special wantarray functions River stage zero No dependents

Deeply returns through multiple layers at once. EXPORT deep_ret($depth, @return_value) If $depth = 1, it performs like a normal return. If $depth <= 0, it performs like a normal list. If $depth > 1, it returns through many layers, including subs and ...

CINDY/Return-Deep-1.005 - 14 Apr 2020 05:46:01 UTC - Search in distribution

AsciiDB::TagFile - Tie class for a simple ASCII database River stage zero No dependents

The AsciiDB::TagFile provides a hash-table-like interface to a simple ASCII database. The ASCII database stores each record in into a file: $directory/recordKey1$sufix $directory/recordKey2$sufix ... $directory/recordKeyI<N>$sufix And a record has th...

JOSERODR/AsciiDB-TagFile-1.06 - 02 Feb 2001 09:14:12 UTC - Search in distribution

Hash::Identity - Get a hash that always returns the key River stage one • 1 direct dependent • 1 total dependent

To get a hash that always returns the key. A hash that always returns the key is useful when interpolating EXPR in a double quoted string. This module uses Tie::Hash::Identity to achieve this, and provides a better importing interface....

CINDY/Hash-Identity-0.01 - 24 May 2010 09:15:06 UTC - Search in distribution
29 results (0.033 seconds)