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

Search results for "module:AnyData"

DBD::AnyData - DBI access to XML, CSV and other formats River stage one • 3 direct dependents • 3 total dependents

The DBD::AnyData module provides a DBI/SQL interface to data in many formats and from many sources. Currently supported formats include general format flatfiles (CSV, Fixed Length, Tab or Pipe "delimited", etc.), specific formats (passwd files, web l...

REHSACK/DBD-AnyData-0.110 - 17 Jul 2010 08:36:36 UTC

AnyData - (DEPRECATED) easy access to data in many formats River stage zero No dependents

The rather wacky idea behind this module and its sister module DBD::AnyData is that any data, regardless of source or format should be accessible and modifiable with the same simple set of methods. This module provides a multidimensional tied hash in...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

Tie::File::AnyData - Access the data of a disk file via a Perl array River stage one • 2 direct dependents • 2 total dependents

This module hacks 'Tie::File' to allow it to manage any kind of data. See the documentation of 'Tie::File' for more details on the functionality of this module. To do so, you must provide a code reference (an anonymous subroutine) to the tie call. Th...

MOTIF/Tie-File-AnyData-0.03 - 24 Mar 2008 18:34:28 UTC

SQL::Dialects::AnyData River stage two • 21 direct dependents • 78 total dependents

This package provides the necessary configuration for AnyData SQL....

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC

Mojolicious::Plugin::AnyData River stage zero No dependents

Mojolicious::Plugin::AnyData uses perl data in the memory like a database source....

SHOOTNIX/Mojolicious-Plugin-AnyData-1.20 - 18 Jan 2012 13:24:41 UTC

DBIx::SQLEngine::Driver::AnyData - Support DBD::AnyData driver River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for DBD::AnyData's idiosyncrasies. About Driver Subclasses You do not need to use this package directly; when you connect to a database, the SQLEngine object is automatically re-bl...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC

Tie::File::AnyData::MultiRecord_CSV - Accessing groups of CSV records in a file via a Perl array. River stage zero No dependents

"Tie::File::AnyData::MultiRecord_CSV" allows the management of groups of CSV records in a file via a Perl array through "Tie::File::AnyData", so read the documentation of the latter module for further details on its internals. For the management of C...

MOTIF/Tie-File-AnyData-MultiRecord_CSV-0.01 - 23 Mar 2008 20:04:51 UTC

Tie::File::AnyData::Bio::Fasta - Accessing fasta records in a file via a Perl array. River stage zero No dependents

"Tie::File::AnyData::Bio::Fasta" allows the management of fasta files via a Perl array through "Tie::File::AnyData", so read the documentation of this module for further details on its internals....

MOTIF/Tie-File-AnyData-Bio-Fasta-0.01 - 22 Mar 2008 17:37:35 UTC

AnyData::Format::Tab - tiedhash & DBI/SQL access to Tab delimited files River stage zero No dependents

This is a plug-in format parser for the AnyData and DBD::AnyData modules. It will read column names from the first row of the file, or accept names passed by the user. In addition to column names, the user may set other options as follows: col_names ...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::CSV - tiedhash & DBI/SQL access to CSV data River stage zero No dependents

This is a plug-in format parser for the AnyData and DBD::AnyData modules. It will read column names from the first row of the file, or accept names passed by the user. In addition to column names, the user may set other options as follows: col_names ...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::Mp3 - tied hash and DBI access to Mp3 files River stage zero No dependents

This module provides a tied hash interface and a DBI/SQL interface to MP files. It creates an in-memory database or hash from the Mp3 files themselves without actually creating a separate database file. This means that the database is automatically u...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::XML - tiedhash and DBI access to XML River stage zero No dependents

This module allows you to create, search, modify and/or convert XML data and files by treating them as databases without having to actually create separate database files. The data can be accessed via a multidimensional tiedhash using AnyData.pm or v...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::Ini - tiedhash & DBI/SQL access to ini files River stage zero No dependents

This is a parser for simple name=value style Ini files. Soon it will also handle files with sections. Please refer to the documentation for AnyData.pm and DBD::AnyData.pm for further details....

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::Pipe - tiedhash & DBI/SQL access to Pipe delimited files River stage zero No dependents

This is a plug-in format parser for the AnyData and DBD::AnyData modules. It will read column names from the first row of the file, or accept names passed by the user. In addition to column names, the user may set other options as follows: col_names ...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::Fixed - tiedhash & DBI/SQL access to Fixed length data River stage zero No dependents

This is a parser for fixed length record files. You must specify an unpack pattern listing the widths of the fields e.g. {pattern=>'A3 A7 A20'}. You can either supply the column names or let the module get them for you from the first line of the file...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::Weblog - tiedhash & DBI/SQL access to HTTPD Logs River stage zero No dependents

This is a plug-in format parser for the AnyData and DBD::AnyData modules. You can gain read access to Common Log Format files web server log files (e.g. NCSA or Apache) either through tied hashes or arrays or through SQL database queries. Fieldnames ...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

AnyData::Format::Passwd - tied hash and DBI access to passwd files River stage zero No dependents

This module provides a tied hash interface and a DBI/SQL interface to passwd files. Simply specify the format as 'Passwd' and give the name of the file and the modules will build a hash table with the column names username passwd UID GID fullname hom...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

lib/AnyData/Storage/RAM.pm River stage zero No dependents

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

lib/AnyData/Storage/FileSys.pm River stage zero No dependents

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC

lib/AnyData/Format/Base.pm River stage zero No dependents

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC
27 results (0.019 seconds)