I have an html file that contains a form.  The form's action method calls my
Perl program which collects some data and then feeds it via HTML-Template to
an .shtml file. I'm using an apache webserver on Windows that has SSI
enabled.
 
The problem is that the .shtml file contains includes.  When my
template->out method calls the .shtml file, the includes are simply passed
along and not parsed.  
 
Is there a way around this?  I suppose I could have my Perl program read the
shtml file first, find the includes, then expand them manually and then call
the resultant shtml file, but it seems that there must be a simpler way.
 

______________________________________________________________
Steve Gross                                                      Tel:
212-284-6558
Director of Information Technology                     Cell: 917-575-4028
JESNA                                                             Fax:
212-284-6951
www.jesna.org

 

Reply via email to