sending Apache::ASP output to a variable?

2000-10-26 Thread Jeff Ng
I would like to Apache::ASP to parse pages in an existing mod_perl environment. Ideally, I could set headers with mod_perl, then use Apache::ASP to parse templates which I can arbitrarily combine. It seems that using Apache::ASP forces me to do most of my coding in the perlscript whereas I

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread G.W. Haywood
Hi there, On Thu, 26 Oct 2000, Jeff Ng wrote: it appears that the output of Apache::ASP goes directly to stdout. Is there a way to use Apache::ASP as part of a normal mod_perl module, then capture the output to a variable? Have a look at sub PRINT and sub PRINTF in ASP.pm, I'm sure you can

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread Joshua Chamas
Jeff Ng wrote: I would like to Apache::ASP to parse pages in an existing mod_perl environment. Ideally, I could set headers with mod_perl, then use Apache::ASP to parse templates which I can arbitrarily combine. It seems that using Apache::ASP forces me to do most of my coding in the

Re: sending Apache::ASP output to a variable?

2000-10-26 Thread Les Mikesell
- Original Message - From: "Jeff Ng" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 26, 2000 12:07 PM Subject: sending Apache::ASP output to a variable? I would like to Apache::ASP to parse pages in an existing mod_perl environment. Ideally, I could s