in reply to Using Template toolkit
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) });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using Template toolkit
by Anonymous Monk on May 11, 2001 at 20:18 UTC |