in reply to Re: SSI in CGI scripts?
in thread SSI in CGI scripts?

actually, i did this: s/(\[include\])(\/\S+?)(\[\/include\])/ <!--\#include virtual="$2" --> /isg;<code> but this prints this: <code>< !--\#include virtual="$2" -->. What's the problem?