• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.PLH A D12-Nov-2001507 1816

ReadmeH A D24-Nov-20011.1 KiB5536

Relations.pmH A D24-Nov-200135.3 KiB1,486265

test.plH A D24-Nov-200111.8 KiB380253

Readme

1NAME
2
3  Relations v0.95
4
5DESCRIPTION
6
7  This package contains some generalized functions for
8  dealing with databases and queries.
9
10COPYRIGHT
11
12  Copyright 2001 GAF-3 Industries, Inc. All rights reserved.
13  Written by George A. Fitch III (aka Gaffer), gaf3@gaf3.com
14
15  This program is free software, you can redistribute it and/or modify it under
16  the same terms as Perl istelf
17
18INSTALlATION
19
20  REQUIRED
21
22    perl 5.004
23
24  WIN32 (Relations-0.95.zip)
25
26    Extract zip file into a directory and type
27
28    ppm install Relations.ppd
29
30  UN*X (Relations-0.95.tar.gz)
31
32    Extract bundle into a directory and type
33
34    perl Makefile.PL
35    make
36    make install
37
38TESTING
39
40  After installing, run test.pl by typing
41
42    perl test.pl
43
44  while in the installation directory. This
45  will create a destroy the following files
46  in the installation directory:
47    none.txt
48    some.txt
49    get.pl
50    set.pl
51    Settings.pm
52  This will not interact with any databases.
53  The questions about databases you will see
54  flying by is the code talking to itself to
55  verify the configure_settings() function.