On Tue, Jan 08, 2002 at 06:32:57PM -0000, Bruno Boettcher wrote: > > >If it's really a base class, you probably should inherit from it. It > >really depends on your program's design. > > you have somewhere an example?
No, sorry. > besides i forgot to mention that framwork and module are in separated > files and the module include at run time by an eval'ed use > statement..... > > so i was wondering if they both use the same kernel..... > as far as i can tell now, it seems not, can i enfore them to use the > same kernel? There is only one Kernel instance for the whole process, and every session should use it automatically. -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sf.net
