my $template = Template->new({ INCLUDE_PATH => '/templates/includes', PRE_PROCESS => 'config', ABSOLUTE => 1, # (may want to pick one or the other RELATIVE => 1, # instead of using both) });