The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Siebel::Params::Checker::Template - defines and generates HTML report for scpc.pl command line program

DESCRIPTION

This module uses Template to generate the HTML report for scpc.pl command line program.

FUNCTIONS

Only the sub gen_report is exportable by demand.

gen_report

Generates the report.

Expects as positional parameters:

  • A string with the component name

  • An array reference with the data to be used as header

  • An array reference to be used report body.

  • The complete path where the HTML file should be generated

It returns true if the report is generated success. Errors might generate an exception with Carp confess.

SEE ALSO

AUTHOR

Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 of Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>

This file is part of Siebel Monitoring Tools.

Siebel Monitoring Tools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Siebel Monitoring Tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Siebel Monitoring Tools. If not, see <http://www.gnu.org/licenses/>.