The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    use AppConfig;

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

OVERVIEW

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

DESCRIPTION

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

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

Web Technology Group, Canon Research Centre Europe Ltd.

REVISION

$Revision$

COPYRIGHT

Copyright (C) 1998 Canon Research Centre Europe Ltd. All Rights Reserved.

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

SEE ALSO

AppConfig, AppConfig::State