CPANPLUS-YACSmoke
view release on metacpan or search on metacpan
lib/CPANPLUS/YACSmoke/IniFiles.pm view on Meta::CPAN
1234567891011121314151617181920package
CPANPLUS::YACSmoke::IniFiles;
$CPANPLUS::YACSmoke::IniFiles::VERSION
=
'1.08'
;
require
5.004;
use
strict;
use
Carp;
@CPANPLUS::YACSmoke::IniFiles::errors
= ( );
# $Header: /home/shlomi/progs/perl/cpan/Config/IniFiles/config-inifiles-cvsbackup/config-inifiles/IniFiles.pm,v 2.41 2003-12-08 10:50:56 domq Exp $
=head1 NAME
Config::IniFiles - A module for reading .ini-style configuration files.
=head1 SYNOPSIS
use Config::IniFiles;
my $cfg = Config::IniFiles->new( -file => "/path/configfile.ini" );
print "The value is " . $cfg->val( 'Section', 'Parameter' ) . "."
lib/CPANPLUS/YACSmoke/IniFiles.pm view on Meta::CPAN
247924802481248224832484248524862487248824892490249124922493249424952496249724982499The output from [Re]WriteConfig/OutputConfig might not be as pretty as
it can be. Comments are
tied
to whatever was immediately below them.
And case is not preserved
for
Section and Parameter names
if
the -nocase
option was used.
=item *
No locking is done by [Re]WriteConfig. When writing servers, take
care that only the parent ever calls this, and consider making your
own backup.
=back
=head1 Data Structure
Note that this is only a reference for the package maintainers - one of the
upcoming revisions to this package will include a total clean up of the
data structure.
$iniconf->{cf} = "config_file_name"
( run in 0.298 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )