Leser: 1
![]() |
|< 1 ... 5 6 7 8 9 10 11 >| | ![]() |
107 Einträge, 11 Seiten |
1 2 3 4 5 6 7 8 9 10 11
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)], );
Quotesearch_path_on_include - if set to a true value the module will search from the top of the array of paths specified by the path option on every <TMPL_INCLUDE> and use the first matching template found. The normal behavior is to look only in the current directory for a template to include. Defaults to 0.
![]() |
|< 1 ... 5 6 7 8 9 10 11 >| | ![]() |
107 Einträge, 11 Seiten |