Search results for "DBD::"
mimi - dbi migrations
This is a migration script for small home projects. Despite of being small it's still robust. This means that all the precautions are made to not to corrupt your data. Safety first Every command has "verbose" and "dry-run" flags. Thus it is easy to c...
VTI/App-mimi-0.03 - 27 Jan 2017 18:49:58 UTC - Search in distribution
LRpt - Perl extension for comparing and reporting results of database selects
LRpt (LReport) is a set of tools for database row sets comparison and reporting. The core logic operates on *csv* files, however, LReport also provides tools for converting select results to *csv* files....
PKALUSKI/LRpt_0.16 - 03 Oct 2006 18:26:34 UTC - Search in distribution
JDBIx - Object-oriented higher-level DBI interface for select into arrays, placeholders, sequences, etc.
JDBIx provides a higher-level interface to DBI by combining *prepare*() and *execute*() methods, but more than that, it also provides placeholders for databases that do not support them, provides instant loading of *select*() results into arrays by c...
TURNERJW/JDBIx-1.02 - 27 Jan 2016 05:50:23 UTC - Search in distribution
XML::RDB - Perl extension to convert XML files into RDB schemas and populate, and unpopulate them. Works with XML Schemas too.
XML/RDB version 1.1 ==================== A long-arse how-to & explanation: An XML document is an ideal transport for data between heterogeneous systems. XML documents are also an ideal way to represent hierarchical data generically. Yet when it comes...
METZZO/XML-RDB-1.3 - 30 Sep 2009 03:36:40 UTC - Search in distribution
mod_perl
This chapter provides an in-depth mod_perl 2.0 configuration details....
SHAY/mod_perl-2.0.12 - 30 Jan 2022 13:36:21 UTC - Search in distribution
perlfaq8 - System Interaction
This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...
ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution
ore
This package provides automatic package handling and object instantiation based on environment variables. This is not a toy, but it's also not a joke. This package exists because I was bored, shut-in due to the COVID-19 epidemic of 2020, and inspired...
AWNCORP/ore-0.04 - 30 Mar 2020 02:40:03 UTC - Search in distribution
Net::FTPServer - A secure, extensible and configurable Perl FTP server
"Net::FTPServer" is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Ac...
RYOCHIN/Net-FTPServer-1.125 - 29 Nov 2012 08:31:49 UTC - Search in distribution
DB2::Admin - Support for DB2 Administrative API from perl
This module provides perl language support for the DB2 administrative API. This loosely corresponds to the non-SQL functions provided by the DB2 Command Line Processor (CLP), the 'db2' program. This function is complementary to the DBD::DB2 database ...
HBIERSMA/DB2-Admin-3.1 - 29 Jun 2009 11:47:35 UTC - Search in distribution
WARC - Web ARChive support for Perl
The "WARC" module is a convenience module for loading basic WARC support. After loading this module, the "WARC::Volume" and "WARC::Collection" classes are available. Overview of the WARC reader support modules WARC::Collection A "WARC::Collection" ob...
JCB/WARC-v0.0.1 - 17 Apr 2020 01:48:44 UTC - Search in distribution
OSDial - Perl extension for interfacing with OSDial
This module is inteded to provided quick and easy access to common functions in OSDial. The module will read existing configuration files, connect to the OSDial database, and interface with Asterisk as needed....
LOTTC/OSDial-3.0.2.124 - 14 Jun 2014 20:21:40 UTC - Search in distribution
CGI::FormBuilder - Easily generate and process stateful forms
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
iodbc - Perl extension for the iODBC API
Everything in the extension follows the ODBC core API except that all function calls are pass by value. The one exception is SQLBindCol which needs to be passed a reference to a scalar. For More information please seek a ODBC manual and remember that...
JMAHAN/iodbc_ext_0_1 - 15 Aug 1996 20:39:19 UTC - Search in distribution
LoadHtml - Dynamic HTML Generation Library
AND EXAMPLES The LoadHtml Home Page LoadHtml - Dynamic HTML Generation Library, by Jim Turner (turnerjw784 att yahoo .dot. com). LoadHtml is a Perl library to enable Perl CGI programs to dynamically generate HTML pages from HTML page templates. LoadH...
TURNERJW/LoadHtml-7.10 - 23 Jul 2018 19:34:17 UTC - Search in distribution
CGI::Ex::App - Anti-framework application framework.
Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the mundane thi...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC - Search in distribution
svplus - SchemaView Plus GUI for drawing database schemas
SchemaView Plus is a GUI for retrieve, drawing and printing database schema. Schema can be retrieved using DBIx::SystemCatalog (currently supported basicly all current DBD drivers, some better support for PostgreSQL and quite well support for Oracle)...
MILSO/SchemaView-Plus-0.17 - 18 Jan 2014 12:34:09 UTC - Search in distribution- DBIx::SystemCatalog - Perl module for accessing system catalog in common databases (access through DBI(3))
DB2::db - Framework wrapper around DBD::DB2 for a specific database
The DB2::db module can simplify your interaction with a DB2 database using the DBI module. The cost is generally a little bit of speed since it cannot know which columns you may be interested in. This is not always bad since you may not know either. ...
DMCBRIDE/DB2-db-0.25 - 26 Apr 2011 17:40:46 UTC - Search in distribution- DB2::Row
- DB2::Table - Framework wrapper around tables using DBD::DB2
MyConText - Indexing documents with MySQL as storage
MyConText is a pure man's solution for indexing contents of documents. It uses the MySQL database to store the information about words and documents and provides Perl interface for indexing new documents, making changes and searching for matches. For...
JANPAZ/MyConText-0.49 - 27 Jun 2003 10:08:56 UTC - Search in distribution
App::Options - Combine command line options, environment vars, and option file values (for program configuration)
App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values....
SPADKINS/App-Options-1.12 - 12 Oct 2010 15:50:14 UTC - Search in distribution