Vincent Pit wrote: >I haven't followed all the discussions of this thread, but as for >solving the original problem (imported subs hiding methods), you can use >namespace::clean : That's not a complete solution. It means that imported/defined functions are no longer in the symbol table, so name lookups at runtime won't work. It's also very sensitive to placement of the pragma, and so is inconvenient to use. -zeframThread Previous