|
NAMETiffany::Text::ClearSilver - Tiffany gateway for Text::ClearSilverSYNOPSISuse 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 ALSOText::ClearSilverTiffany AUTHORFuji, Goro (gfx)
Visit the GSP FreeBSD Man Page Interface. |