package MyModule; $main::logger->debug("This may fail"); sub func { $main::logger->debug("This is OK"); } 1;