use strict; use warnings; use HTML::Template::Compiled; my $htc = HTML::Template::Compiled->new( path => 'template/', search_path_on_include => 1, filename => 'subdir/file.htc', tagstyle => [qw(-classic +asp)], );