|
NAMETiffany::Text::MicroTemplate::File - Tiffany gateway for Text::MicroTemplate::FileSYNOPSISuse Tiffany; my $tiffany = Tiffany->load('Text::MicroTemplate::File'); my $output = $tiffany->render(\q{hello, <?= $_[0] ?>.}, 'john'); my $expected = "hello, john."; is $output, $expected; AUTHORTokuhiro Matsuno
Visit the GSP FreeBSD Man Page Interface. |