http://www.perlmonks.org?node_id=642853


in reply to Calling a method from class / subclass?

get_logged() is a method of InLog which can be a subclass of Log but not neccesarily since we don't have the rest of the code.

Basically, this line assignes to a current package variable named $myLog the value of Log::InLog->get_logged()

For more information read the following documentation: perlmod and perlboot

Update: see merlyn's explanation here Re: Calling a method from class / subclass?

Time for me to buy a better glasses :)