in reply to Perl Modules Scope ?
Also, all lowercase names are reserved for pragmas
Also, you shouldn't be "including" lib.cgi or login.cgi or any such thing, you're already making modules, so make them all modules, something like this
MyApp::Config MyApp::Login MyApp::Lib MyApp::Screen::Login MyApp::Screen::Lib
Something along those lines,
You can find more discussions on naming modules in Re: RFC: Automatic logger module
|
|---|