in reply to Calling a method from class / subclass?

This line calls get_logged() in the package Log::InLog with the package name as the first parameter.

The result is assigned to the variable $mylog in the current package.

See Re: Calling a method from class / subclass? for the assignment target