NAME
Template::Plugin::Jcode - TT plugin supply Jcode methods
SYNOPSIS
[% USE Jcode %]
# Convert some string to japanese euc.
[% foo = 'some string' %]
[% foo.jcode.euc %]
# It can use with other virtual methods.
[% bar = '012-345-678' %]
[% bar.split('-').0.jcode.tr(from, to) %]
DESCRIPTION
Template::Plugin::Jcode is plugin for TT, which supply Jcode methods as virtual methods of TT.
AUTHOR
Yoshiku KURIHARA <kurihara@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.