Help for this page
#!/usr/bin/perl ... my $input = q{[% "Blah, Blah," | replace(',$', '') %]}; $template->process(\$input) || die $template->error(); # output "Bla +h, Blah"