Hello!

Is there any way to get Apache::ASP to do something like "$Response->Include" 
on a scalar containing ASP code instead of a filename (something like "eval" 
but for ASP instead of plain perl)?

(If I'm not mistaken Parse is in itself compatible with this, but Include 
calls CompileInclude which verifies that the scalar contains a valid filename 
before calling Parse which then (when we have a given it a filename) calls 
ReadFile to get the data.)

It would be really good if someone could give me some hints on this - does 
this functionality exist, or should i try to hack it into my Apache::ASP?


Thanks in advance,
Håkan Lindqvist

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

Reply via email to