RE: parsing SSI in cgi scripts?

2000-08-14 Thread Vladislav Safronov

 Hi,
 
 Is there way for processing SSI commands in perl?
 (my templates may contains SSI commands, so what
 should I do - just type in real html or process them somehow?)
 
 Check out Apache::SSI.  It can solve the problem.  Can be used with
 Apache::Filter or by instantiating an Apache::SSI object directly.
 
Ok! Thanks!



parsing SSI in cgi scripts?

2000-08-11 Thread Vladislav Safronov

Hi,

Is there way for processing SSI commands in perl?
(my templates may contains SSI commands, so what
should I do - just type in real html or process them somehow?)

/Vlad



RE: parsing SSI in cgi scripts?

2000-08-11 Thread Geoffrey Young

check out Apache::Filter + Apache::SSI - both on CPAN

--Geoff

 -Original Message-
 From: Vladislav Safronov [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 11, 2000 11:59 AM
 To: [EMAIL PROTECTED]
 Subject: parsing SSI in cgi scripts?
 
 
 Hi,
 
 Is there way for processing SSI commands in perl?
 (my templates may contains SSI commands, so what
 should I do - just type in real html or process them somehow?)
 
 /Vlad
 



Re: parsing SSI in cgi scripts?

2000-08-11 Thread Ken Williams

[EMAIL PROTECTED] (Vladislav Safronov) wrote:
Hi,

Is there way for processing SSI commands in perl?
(my templates may contains SSI commands, so what
should I do - just type in real html or process them somehow?)

Check out Apache::SSI.  It can solve the problem.  Can be used with
Apache::Filter or by instantiating an Apache::SSI object directly.