Help for this page

Select Code to Download


  1. or download this
    package company::api;
    use company::logging;
    ...
        my $uid = $self->api->uid;
        $self->api->log_event("$uid is testing");
    }