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?
Comment on
RE: Re: SSI in CGI scripts?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom