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

Search results for "DAMI"

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

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

CGI::FormBuilder - Easily generate and process stateful forms River stage two • 11 direct dependents • 16 total dependents

If this is your first time using FormBuilder, you should check out the website for tutorials and examples at <http://formbuilder.org>. You should also consider joining the google group at <http://groups.google.com/group/perl-formbuilder>. There are s...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC - Search in distribution

DBD::SQLite - Self-contained RDBMS in a DBI Driver River stage four • 506 direct dependents • 1133 total dependents

SQLite is a public domain file-based relational database engine that you can find at <https://www.sqlite.org/>. DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction cap...

ISHIGAKI/DBD-SQLite-1.74 - 19 Sep 2023 17:26:03 UTC - Search in distribution

SQL::Abstract - Generate SQL from Perl data structures River stage three • 68 direct dependents • 604 total dependents

This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to ...

MSTROUT/SQL-Abstract-2.000001 - 23 Jan 2021 07:24:31 UTC - Search in distribution

zip-x - Simple zip/unzip utility with extra indentation features for XML members River stage zero No dependents

This command-line utility extracts a single member from a ZIP archive, or replaces a single member into a ZIP archive. If the member is an XML file, automatic indentation or un-indentation will take place when the "-x" option is activated....

DAMI/App-Zip-X-1.01 - 18 Mar 2023 17:39:14 UTC - Search in distribution
  • App::Zip::X - Simple zip/unzip utility with extra indentation features for XML members

DBD::SQLcipher - Self-contained RDBMS in a DBI Driver River stage zero No dependents

SQLcipher is a public domain file-based relational database engine that you can find at <http://www.sqlite.org/>. DBD::SQLcipher is a Perl DBI driver for SQLcipher, that includes the entire thing in the distribution. So in order to get a fast transac...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC - Search in distribution

Data::Domain - Data description and validation River stage one • 4 direct dependents • 7 total dependents

A *data domain* is a description of a set of values, either scalar or structured (arrays or hashes, possibly nested). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields...

DAMI/Data-Domain-1.16 - 04 Mar 2024 21:37:50 UTC - Search in distribution

SQL::Abstract::Classic - Generate SQL from Perl data structures River stage three • 2 direct dependents • 462 total dependents

This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to ...

RIBASUSHI/SQL-Abstract-Classic-1.91 - 17 Oct 2019 10:29:44 UTC - Search in distribution

Hash::Type - restricted, ordered hashes as arrays tied to a "type" (shared list of keys) River stage one • 1 direct dependent • 2 total dependents

An instance of "Hash::Type" encapsulates a collection of field names, and is used to generate tied hashes, implemented internally as arrayrefs, and sharing the common list of fields. The original motivation for this design was to spare memory, since ...

DAMI/Hash-Type-2.00 - 06 May 2016 20:06:20 UTC - Search in distribution

Set::Streak - Routines related to streaks (longest item appearance in consecutive sets) River stage zero No dependents

PERLANCAR/Set-Streak-0.004 - 23 Feb 2024 02:01:34 UTC - Search in distribution

Catalyst::Plugin::FormBuilder - (DEPRECATED) Catalyst FormBuilder Plugin River stage zero No dependents

This plugin merges the functionality of CGI::FormBuilder with Catalyst and Template Toolkit. This gives you access to all of FormBuilder's niceties, such as controllable field stickiness, multilingual support, and Javascript generation. For more deta...

NWIGER/Catalyst-Plugin-FormBuilder-1.07 - 08 Jan 2007 18:20:37 UTC - Search in distribution

File::Tabular - searching and editing flat tabular files River stage one • 1 direct dependent • 1 total dependent

A *tabular file* is a flat text file containing data organised in rows (records) and columns (fields). This module provides database-like functionalities for managing tabular files : retrieving, searching, writing, autonumbering, journaling. However,...

DAMI/File-Tabular-0.72 - 04 Nov 2008 15:03:59 UTC - Search in distribution

SQL::Abstract::More - extension of SQL::Abstract with more constructs and more flexible API River stage one • 7 direct dependents • 8 total dependents

This module generates SQL from Perl data structures. It is a subclass of SQL::Abstract::Classic or SQL::Abstract, fully compatible with the parent class, but with many improvements : * methods take arguments as *named parameters* instead of positiona...

DAMI/SQL-Abstract-More-1.43 - 05 Mar 2024 19:04:52 UTC - Search in distribution

Data::Reach - Walk down or iterate through a nested Perl datastructure River stage one • 1 direct dependent • 1 total dependent

Perl supports nested datastructures : a hash may contain references to other hashes or to arrays, which in turn may contain further references to deeper structures -- see perldsc. Walking down through such structures usually involves nested loops, an...

DAMI/Data-Reach-2.01 - 30 Dec 2021 09:02:36 UTC - Search in distribution

App::AutoCRUD - A Plack application for browsing and editing databases River stage zero No dependents

This module embodies a web application for Creating, Retrieving, Updating and Deleting records in relational databases (hence the 'CRUD' acronym). The '"Auto"' part of the name is because the application automatically generates and immediately uses t...

DAMI/App-AutoCRUD-0.15 - 27 Nov 2023 18:50:16 UTC - Search in distribution

File::Tabular::Web - turn tabular files into web applications River stage zero No dependents

This is a simple web application framework for searching, displaying and updating data from flat tabular files. The framework is based on File::Tabular and Search::QueryParser for searching and editing facilities, and on Plack middleware for Web supp...

DAMI/File-Tabular-Web-0.26 - 23 Jul 2018 09:49:59 UTC - Search in distribution

Carp::Object - a replacement for Carp or Carp::Clan, object-oriented River stage zero No dependents

This is an object-oriented alternative to "croak" in Carp or "croak" in Carp::Clan, for reporting errors in modules from the perspective of the caller instead of reporting the internal implementation line where the error occurs. Carp or Carp::Clan we...

DAMI/Carp-Object-1.01 - 28 Apr 2024 17:58:22 UTC - Search in distribution

pentominos - solver for the pentominos paving puzzle River stage zero No dependents

DAMI/Games-Pentominos-1.0 - 21 Sep 2007 00:16:32 UTC - Search in distribution

DBIx::DataModel - UML-based Object-Relational Mapping (ORM) framework River stage one • 3 direct dependents • 3 total dependents

Perl ORMs There are many other CPAN modules offering somewhat similar features, like DBIx::Class, Rose::DB::Object, Jifty::DBI, Fey::ORM, just to name a few ... there is more than one way to do it! Frameworks in this family are called *object-relatio...

DAMI/DBIx-DataModel-3.11 - 28 Apr 2024 18:47:41 UTC - Search in distribution

Search::Query::Parser - convert query strings into query objects River stage two • 12 direct dependents • 41 total dependents

Search::Query::Parser is a fork of Search::QueryParser that supports multiple query dialects. The Parser class transforms a query string into a Dialect object structure to be handled by external search engines. The query string can contain simple ter...

KARMAN/Search-Query-0.307 - 21 Nov 2016 06:01:56 UTC - Search in distribution
49 results (0.047 seconds)