Changes for version 0.04

  • (9 Sep 2005) call function in template Added ability to call a function from a template, with the {&funcname(args...)} construct. If using a function from another package, use the 'use_package' argument to use that package.
  • (7 Sep 2005) tweaks to formatting Titles now include "An" as well as "A" and "The". Removed _underline_ formatting in the 'html' format style because it's too easy to mess up filenames with it.
  • (7 Sep 2005) table_header Added the ability to customize the thead of the table when doing a report with a table layout. It's up to the user to make sure that it matches the row_template being used.

Documentation

make reports on a table in an SQLite database
import a Field:Value datafile into an SQLite database.
send mail with data from an SQLite table.

Modules

report on and update an SQLite database.
Report and update a SQLite database using CGI
send mail with data from an SQLite table.
template stuff for SQLite::Work