my $template = Template->new({ PRE_PROCESS => [ 'config', 'header' ], POST_PROCESS => 'footer', }; #### my $template = Template->new({ PRE_PROCESS => 'config:header', POST_PROCESS => 'footer', };