http://qs1969.pair.com?node_id=29811


in reply to Can I do Server-Side-Includes in Perl?

mod_include.c cannot catch the output of a CGI so you have to process SSI directives from inside the script. try with CGI::SSI (available on CPAN)
  • Comment on Re: Can I do Server-Side-Includes in Perl?