> About namespaces and the global setting -- if you converted, say, the > default comment code to a plugin, would I still be able to call all of > it's methods the way we do now? I.e. $S->method_foo()? Or would it be in > a different namespace? Indeed. By "checking" the global box, the plugin will get added to @Scoop::ISA, which will let you call it the old fashioned way. Honestly, I'm kind of wondering why I even bother, as odds are pretty good everybody will make their plugins global... maybe.... > --R