"Fisher, James" wrote:
> 
> Hi again Josh,
> 
> Is it possible to take text and send it to the Apache::ASP interpreter
> without using a file?
> 

Sure, try something like this:

  $Response->Include(\$text);

If the file name is a scalar ref, it will be compiled on the fly
for execution. 

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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

Reply via email to