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

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.

SEE ALSO

WebFetch