From: Greg Brondo Date: 2004-03-31T06:34:29+09:00 Subject: require usage and namespaces Ok, I'm a little confused but I know you guys know the answer ;-) Say I have script A and it executes a 'require' for module B and module C. Now lets say that within module B there is also a require for module C that executes. Do I now have two copies of module C loaded in two seperate namespaces? Or is there no harm in this and pretty much the norm? Thanks! Greg Brondo