NAME

Relations v0.95

DESCRIPTION

This package contains some generalized functions for dealing with databases and queries.

COPYRIGHT

Copyright 2001 GAF-3 Industries, Inc. All rights reserved. Written by George A. Fitch III (aka Gaffer), gaf3@gaf3.com

This program is free software, you can redistribute it and/or modify it under the same terms as Perl istelf

INSTALlATION

REQUIRED

perl 5.004

WIN32 (Relations-0.95.zip)

Extract zip file into a directory and type

ppm install Relations.ppd

UN*X (Relations-0.95.tar.gz)

Extract bundle into a directory and type

perl Makefile.PL
make
make install

TESTING

After installing, run test.pl by typing

perl test.pl

while in the installation directory. This will create a destroy the following files in the installation directory:
none.txt
some.txt
get.pl
set.pl
Settings.pm
This will not interact with any databases. The questions about databases you will see flying by is the code talking to itself to verify the configure_settings() function.