Re: EmbperlObject question

2001-02-22 Thread G.Richter
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

EmbperlObject question

2001-02-17 Thread Neil Gunton
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