Hi Neil,
basicly this should work. There is no problem placing files outside the
document base for the website.
You may consider using the EMBPERL_OBJECT_ADDPATH to add /www/common/ to the
EmbperlObject serach path. Then you can include files from there by simply
saying
Execute ('doc.html')
mo
Hi Gerald,
I am starting to abstract out some code that will be common between
different websites on the same server, and I would like to make this
code into an object which can then be inherited by the individual
websites. I would like to know if you think the following method is a
good way to d