Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a66278b0225b22e2bd3fba784b298883 > files > 68

perl-Text-Xslate-2.1.0-2.mga4.x86_64.rpm

#!perl -w
# TODO
use strict;

use Text::Xslate;

my $tx = Text::Xslate->new(
    syntax => 'HTMLTemplate',
    cache  => 0,
);

print $tx->render('example/hello.tmpl', { lang => 'HTML::Template' });