AppConfig::MyFile - Perl5 module for reading configuration files.


AppConfig-MyFile documentation  | view source Contained in the AppConfig-MyFile distribution.

Index


NAME

Top

AppConfig::MyFile - Perl5 module for reading configuration files.

SYNOPSIS

Top

    use AppConfig;

    my $appconfig = AppConfig->new(\%cfg);
    $appconfig->myfile($file, [$file...])

OVERVIEW

Top

AppConfig::MyFile is a Perl5 module which...

DESCRIPTION

Top

USING THE AppConfig::File MODULE

To import and use the AppConfig::File module the following line should appear in your Perl script:

    use AppConfig::File;

    my $appconfig = AppConfig->new();
    $appconfig->myfile($file);

AUTHOR

Top

Andy Wardley, <abw@cre.canon.co.uk>

Web Technology Group, Canon Research Centre Europe Ltd.

REVISION

Top

$Revision$

COPYRIGHT

Top

SEE ALSO

Top

AppConfig, AppConfig::State


AppConfig-MyFile documentation  | view source Contained in the AppConfig-MyFile distribution.