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

NAME

Cisco::Conf::Install - Create a configuration file for the Cisco::Conf module

SYNOPSIS

    use Cisco::Conf::Install;
    Cisco::Conf::Install->Install($file, $prefix);

DESCRIPTION

This module is used to create configuration files for the Cisco::Conf module. It holds a single class method, Install, that attempts to guess the system defaults and queries the user for all settings.

The prefix $prefix is used as a default for certain directory settings. The configuration is saved as $file. A hash ref with all configuration is returned, the method dies in case of errors.

The configuration file initially holds an empty list of routers. Use the Add method or the -a option of the cisconf script to add routers.

AUTHOR AND COPYRIGHT

This module is

    Copyright (C) 1998    Jochen Wiedmann
                          Am Eisteich 9
                          72555 Metzingen
                          Germany

                          Phone: +49 7123 14887
                          Email: joe@ispsoft.de

All rights reserved.

You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.

SEE ALSO

cisconf(1), Cisco::Conf(3)