my $tt = Template->new; my $compiled = $tt->template( \'In-place [% foo %] query' ); $template->process( $compiled, { foo => 42 }, \$var );