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 from WebFetch via the Perl Template Toolkit

VERSION

version 0.1.0

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.

SEE ALSO

WebFetch https://github.com/ikluft/WebFetch

BUGS AND LIMITATIONS

Please report bugs via GitHub at https://github.com/ikluft/WebFetch/issues

Patches and enhancements may be submitted via a pull request at https://github.com/ikluft/WebFetch/pulls

AUTHOR

Ian Kluft <https://github.com/ikluft>

COPYRIGHT AND LICENSE

This software is Copyright (c) 1998-2022 by Ian Kluft.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007