in reply to Perl Template Toolkit / DB Caching

use Template::Parser
use Template::Parser; $parser = Template::Parser->new(\%config); $template = $parser->parse($text) || die $parser->error(), "\n";

Template compiles the template in the subroutine on line 1512 of Template::Provider.

-- gam3
A picture is worth a thousand words, but takes 200K.