Eric Andreychek > OpenPlugin > OpenPlugin::Config::Conf

Download:
OpenPlugin-0.11.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Module Version: 1.09   Source  

NAME ^

OpenPlugin::Config::Conf - Read Config::General configuration files (similar to Apache configs)

PARAMETERS ^

 Example:
 my $OP = OpenPlugin->new( config => { src => '/some/file/name.conf' } );

CONFIG OPTIONS ^

There is no need to define a driver for a config file. However, within a "conf" config file, you'll want to use the following syntax:

 <Section>
    <one>
        key     = value
        another = value-another
    </one>
    <two>
        key     = value-two
        another = value-another-two
    </two>
 </Section>

BUGS ^

None known.

TO DO ^

Nothing known.

SEE ALSO ^

Config::General

COPYRIGHT ^

Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS ^

Eric Andreychek <eric@openthought.net>

syntax highlighting: