Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Text::Xslate::Syntax::Metakolon

Name Text::Xslate::Syntax::Metakolon
Version
Located at /usr/lib/x86_64-linux-gnu/perl5/5.34
File /usr/lib/x86_64-linux-gnu/perl5/5.34/Text/Xslate/Syntax/Metakolon.pm
Is Core No
Search CPAN for this module Text::Xslate::Syntax::Metakolon
Documentation Text::Xslate::Syntax::Metakolon
Module Details Text::Xslate::Syntax::Metakolon

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 the Text::Xslate::Syntax::Kolon manpage for details.


SEE ALSO

the Text::Xslate manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026