NAME

Clerk::Report - Functions generating reports


SYNOPSIS

use Clerk::Report;


Public functions

Generate($nm)
Generates a report named $nm and returns an array of reports with an entry for each sub-report.

An entry for a sub-report consists of the subject line to use, the contents of the report as a string, and a list of default addresses to send the report to.

Returns empty array if there is no report $nm defined or another problem occurs. $@ contains a more specific error message then.