Is there a simpler way of specifying that I'd like
a particular file Execute'd in a particular syntax,
than this ugly thing:
[$ syntax SSI $]
[$ syntax Embperl $]
Something like:
[- Execute syntax="SSI" ('includes/header.shtml') -]
perhaps?
Also, what has to be done to get embpcgi.pl to rep
If you make the mistake of setting EMBPERL_OUTPUT_MODE=XML
instead of EMBPERL_OUTPUT_MODE=1
then embperl_OptionListSearch in eputil.c will go into
an infinite loop.
I don't see how that code can possibly work, since
both sKeyword loop and the pEntry->sOption inner loop
look like infinite loop risk