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


WebFetch documentation  | view source Contained in the WebFetch distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

Top

This module saves output via the Perl Template Toolkit.

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

AUTHOR

Top

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

SEE ALSO

Top


WebFetch documentation  | view source Contained in the WebFetch distribution.