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; but this prints this: < !--\#include virtual="$2" -->. What's the problem?