FreeBSD Manual Pages
Tiffany::Text::ClearSiUser(Contributed Perl DocumTiffany::Text::ClearSilver(3) NAME Tiffany::Text::ClearSilver - Tiffany gateway for Text::ClearSilver SYNOPSIS use Tiffany; my $tiffany = Tiffany->load('Text::ClearSilver', {load_path => ['/path/to/template']}); my $output = $tiffany->render(\q{hello, <?cs var:user_name ?>.}, {user_name => 'john'}); my $expected = "hello, john."; is $output, $expected; SEE ALSO Text::ClearSilver Tiffany AUTHOR Fuji, Goro (gfx) perl v5.32.0 2020-08-11 Tiffany::Text::ClearSilver(3)
NAME | SYNOPSIS | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Tiffany::Text::ClearSilver&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>