Help for this page
package company::api; use company::logging; ... my $uid = $self->api->uid; $self->api->log_event("$uid is testing"); }