Ruslan U. Zakirov wrote:

>I want to upgrade my project with implementing some feature.
>Project was writen for mod_cgi, but I would like to parse content that
>was generated by my scripts to implement something like SSI or
>Apache::UCase and etc.
>

You can't do that.  However, you can run your CGI scripts under 
Apache::PerlRun and then use Apache::Filter on them to do things like 
SSI.  This will also make them much faster.

- Perrin


Reply via email to