Fidonet/FTN Database Application (App-FTNDB) Scripts and the associated Modules which can be used for Fidonet/FTN related processing in an SQL database supported by a Perl DBD module, defaulting to SQLite, and which includes FTN Nodelist processing. Required, neccessary and/or useful modules, etc.: FTN::Database Must be a least v0.34. May already be installed on your system; if not, one place it may be obtained is at CPAN (www.cpan.org). App::Cmd May already be installed on your system; if not, one place it may be obtained is at CPAN (www.cpan.org). DBD::SQLite SQLite DBD Module is required by default, so should be installed. Any other database engines will be named similarly and should be installed if used. May already be installed on your system; if not, one place they may be obtained is at CPAN (www.cpan.org). FTN::Log Must be a least v0.02, for the 'logging' subroutine as used in the ftndb-nodelist and ftndb-admin scripts. If not already installed, it can be obtained from CPAN (www.cpan.org) or from the ftnpl project at Sourceforge. Getopt::Std May already be installed on your system; if not, one place it may be obtained is at CPAN (www.cpan.org). INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this application with the perldoc command. perldoc App::FTNDB perldoc App::FTNDB::Config perldoc App::FTNDB::Nodelist perldoc App::FTNDB::ToDo perldoc ftndbadm perldoc ftndb-admin perldoc ftndb-nodelist You can also look for information at: FTN Database application Issue tracker