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" -- --dir directory --dest_format tt --dest dest-path [...WebFetch output options...]
DESCRIPTION
This module saves output via the Perl Template Toolkit.
TODO: add description
AUTHOR
WebFetch was written by Ian Kluft Send patches, bug reports, suggestions and questions to maint@webfetch.org
.