| WebFetch documentation | view source | Contained in the WebFetch distribution. |
WebFetch::Output::TT - save data via the Perl Template Toolkit
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
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.
WebFetch was written by Ian Kluft
Send patches, bug reports, suggestions and questions to
maint@webfetch.org.
| WebFetch documentation | view source | Contained in the WebFetch distribution. |