Re: virtual includes
constfilin wrote: > > Greetings - > > I'm a newbie to Perl and - so much the more - Apache::ASP, > but when I needed
Re: virtual includes
--- 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") ) %> $Serve