Perl program to split apart an email message and submit each of the mime
attachments as an attachment to ELOG. The -a command line is fixed for
now as "subject=subject of the email", so the logbook has to include that.
Perl scripts to help translate logbooks created by ELOG from the native elog
flat file format to a MySQL database. The elog2sql toolkit consists of two
scripts. The first script, parsecfg.pl, reads an elogd.cfg, and creates a
sqlfile that will create a set of db tables corresponding to ELOG logbooks.
The second script, parselog.pl, takes a set of ELOG logfiles, and creates a
sql file that will enter the logbook data into the database.