--- In [EMAIL PROTECTED], "constfilin" <[EMAIL PROTECTED]> wrote: > 4. Is there is a better, *right* implementation of virtual > includes in Apache::ASP. If so then what is it?
You can get the same thing using the more ASP-ish: <% $Response->Include( $Server->MapPath("/foo.html") ) %> $Server->MapPath will translate a URL to a fill filename. See http://www.apache-asp.org/objects.html#%24Response-%3EI2a8df2f3 and http://www.apache-asp.org/objects.html#%24Server-%3EMap0fe1ebb5 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]