debian man page for template::plugin::encoding

Query: template::plugin::encoding

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Template::Plugin::encoding(3pm) 			User Contributed Perl Documentation			   Template::Plugin::encoding(3pm)

NAME
Tempate::Plugin::encoding - Template plugin to specify encoding
SYNOPSIS
[% USE encoding 'euc-jp' -%] <?xml version="1.0" encoding="[% encoding %]"?>
DESCRIPTION
Template::Plugin::encoding is a Template plugin to declare the encoding of template files. This plugin doesn't actually do anything but Template::Provider::Encoding scans the usage of this module to find the encoding of templates. As a bonus, you can use "encoding" variable in the template to specify file encoding, which might be useful for XML or HTML meta tag.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Template::Provider::Encoding perl v5.12.3 2006-03-18 Template::Plugin::encoding(3pm)
Related Man Pages
html::template::plugin::dot::helpers(3pm) - debian
module::starter::plugin::dirstore(3pm) - debian
module::starter::plugin::modulestore(3pm) - debian
template::plugin::procedural(3pm) - debian
template::plugin::yaml(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file