in reply to Re: Re:^3 SSI Includes inside .htm Perl Template Files
in thread SSI Includes inside .htm Perl Template Files
What I meant was that the CGI program will make its run, collect the output from the HTML::Template processor and then print to the client.
If you want your SSI stuff to be processed, in between the collection of the output and the print you will have to process the data (should just be a large string) with an SSI module from CPAN.