The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Plugin::Jcode - TT plugin using Jcode methods as virtual method

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 can use Jcode methods as virtual method.

AUTHOR

Yoshiki KURIHARA <kurihara@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Template, Jcode