The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebFetch::Output::TT - save data via the Perl Template Toolkit

SYNOPSIS

In perl scripts:

use WebFetch::Output::TT;

From the command line:

perl -w -MWebFetch::Output::TT -e "&fetch_main" -- [...WebFetch input options...] --dir directory --dest_format tt --dest dest-path --template tt-file

DESCRIPTION

This module saves output via the Perl Template Toolkit.

$obj->fmt_handler_tt( $filename )

This function formats the data according to the Perl Template Toolkit template provided in the --template parameter.

AUTHOR

WebFetch was written by Ian Kluft Send patches, bug reports, suggestions and questions to maint@webfetch.org.

SEE ALSO

WebFetch,

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 58:

'=item' outside of any '=over'

Around line 95:

You forgot a '=back' before '=head1'