From: Robert Klemme Date: 2003-04-24T17:46:52+09:00 Subject: Re: Module inclusion at runtime... "Hadmut Danisch" schrieb im Newsbeitrag news:b86lrg$d9n$04$1@news.t-online.com... > Yukihiro Matsumoto wrote: > > > > You've misunderstood autoload. It defines top-level (non nested) > > class/module, > > Ah, I see. > > Wouldn't it be better to always insert/nest in the autoloaded > module at the level of the autoload command? I don't think so, because this would lead to problems in situations where several modules want to autoload the same module. Depending on circumstance (thread timing or whatever) the module could end up at different locations on each run of an application. robert