Home | Wiki | OI 1.x Docs | OI 2.x Docs |
OpenInteract2::Config::IniFile - OI configuration using INI files
my $ini = OpenInteract2::Config->new( 'ini', { filename => 'foo.ini' } ); print "Value of foo.bar: $ini->{foo}{bar}\n";
Subclass of OpenInteract2::Config that translates files/content to/from INI format.
valid_keys()
Returns the valid keys in this configuration.
read_config()
Reads a configuration from a file or content passed in.
write_config( [ $filename ] )
Writes the existing configuration to a file. If $filename
not
specified will use the file used to originally open the configuration.
None known.
Nothing known.
Copyright (c) 2002-2003 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Chris Winters <chris@cwinters.com>
Generated from the OpenInteract 1.99_03 source.