WTF?

This is a work in progress, not a finished product. It is a way of learning how to use Perl/Tk. Feedback on better ways to do things is welcome.

The logbook program provides an interface to the logbook database. It is written in Perl using the DBI to talk to the database and Tk to provide a graphical interface.

Dependencies

Load the database from the dump file. You may need to edit this to reflect the Postgres user you're going to use.

Edit the Perl program to use the server, database, and user for your database. Run the program.

Philip Plane