debian man page for anydata::format::ini

Query: anydata::format::ini

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AnyData::Format::Ini(3pm)				User Contributed Perl Documentation				 AnyData::Format::Ini(3pm)

NAME
AnyData::Format::Ini - tiedhash & DBI/SQL access to ini files
SYNOPSIS
use AnyData; my $table = adHash( 'Ini', $filename,'r',$flags ); while (my $row = each %$table) { print $row->{name}," " if $row->{country} =~ /us|mx|ca/; } # ... other tied hash operations OR use DBI my $dbh = DBI->connect('dbi:AnyData:'); $dbh->func('table1','Init', $filename,$flags,'ad_catalog'); my $hits = $dbh->selectall_arrayref( qq{ SELECT name FROM table1 WHERE country = 'us' }); # ... other DBI/SQL operations
DESCRIPTION
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. AUTHOR &; COPYRIGHT copyright 2000, Jeff Zucker <jeff@vpservices.com> all rights reserved perl v5.10.1 2004-08-17 AnyData::Format::Ini(3pm)
Related Man Pages
dbd::file(3) - suse
anydata::format::htmltable(3pm) - debian
anydata::format::weblog(3pm) - debian
anydata::storage::file(3pm) - debian
datetime::format::dbi(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections