-
-
31 Oct 2021 01:13:03 UTC
- Distribution: Text-Xslate
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (35)
- Testers
- Kwalitee
Bus factor: 6- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (211.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 38 contributors-
Fuji, Goro (gfx).
-
André Walker
-
Anirvan Chatterjee
-
Ashley Pond V
-
Brian Fraser
-
Christian Walde
-
David Steinbrunner
-
Fuji, Goro (gfx)
-
Fuji, Goro
-
Hao Wu
-
James E Keenan
-
Jesse Luehrs
-
Justin Cook
-
Kazuhiro Osawa
-
Kenichi Ishigaki
-
Kentaro Horio
-
Kevin M. Goess
-
Konstantin S. Uvarin
-
Mariano Wahlmann
-
Masahiro Chiba
-
Michael Kröll
-
Mike Raynham
-
Mons Anderson
-
Nick Morrott
-
Olaf Alders
-
Shigeki Morimoto
-
Syohei YOSHIDA
-
Tasuku SUENAGA a.k.a. gunyarakun
-
Tokuhiro Matsuno
-
Ueda Satoshi
-
Yoshiki Kurihara
-
c9s
-
hiratara
-
hitode909
-
lestrrat
-
makamaka
-
moznion
-
punytan
NAME
Text::Xslate::Syntax::Metakolon - The same as Kolon but using [% ... %] tags
SYNOPSIS
use Text::Xslate; my $tx = Text::Xslate->new( syntax => 'Metakolon', ); print $tx->render_string( 'Hello, [% $dialect %] world!', { dialect => 'Metakolon' } );
DESCRIPTION
Metakolon is the same as Kolon except for using
[% ... %]
tags and%% ...
line code, instead of<: ... :>
and: ...
.This may be useful when you want to produce Xslate templates by itself.
See Text::Xslate::Syntax::Kolon for details.
SEE ALSO
Module Install Instructions
To install Text::Xslate, copy and paste the appropriate command in to your terminal.
cpanm Text::Xslate
perl -MCPAN -e shell install Text::Xslate
For more information on module installation, please visit the detailed CPAN module installation guide.