| Cisco-Conf documentation | view source | Contained in the Cisco-Conf distribution. |
Cisco::Conf::Install - Create a configuration file for the Cisco::Conf module
use Cisco::Conf::Install;
Cisco::Conf::Install->Install($file, $prefix);
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.
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.
cisconf(1), Cisco::Conf(3)
| Cisco-Conf documentation | view source | Contained in the Cisco-Conf distribution. |