Sebastian Riedel schrieb: >>> MyApp->config( name => 'MyApp' ); >> Why not __PACKAGE__ instead of MyApp? > Why? Because __PACKAGE__ always works, you don't have to s/MyApp/$MyApp/ several times. Bye, Frank