[OT] Mixing C and HTML code just like in ePerl?

2000-11-28 Thread Vladislav Safronov

Hi,

I use ePerl and it's good, but some things need better performance.
Is there any "chtml" compiler that allow me freely mix C and html code
just like in ePerl:


HTML code
%
 C code ..
%
HTML code
%=(C expr.)%
..

Vlad.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [OT] Mixing C and HTML code just like in ePerl?

2000-11-28 Thread Matt Sergeant

On Tue, 28 Nov 2000, Vladislav Safronov wrote:

 Hi,
 
 I use ePerl and it's good, but some things need better performance.
 Is there any "chtml" compiler that allow me freely mix C and html code
 just like in ePerl:
 
 
 HTML code
 %
  C code ..
 %
 HTML code
 %=(C expr.)%

Inline.pm

But if ePerl is slow then its probably not compiling the script to
Perl. Try something like embperl, or one of the many other solutions.

-- 
Matt/

/||** Director and CTO **
   //||**  AxKit.com Ltd   **  ** XML Application Serving **
  // ||** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** Personal Web Site: http://sergeant.org/ **
 \\//
 //\\
//  \\


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]