Help for this page

Select Code to Download


  1. or download this
    $self->sis->add_event("event name");
    $self->sis->log_event("message");
    $self->sis->uuid();
    ...
    sub sis {
        return Company::Dept->new($dbh, $uname);
    }
    
  2. or download this
    sub sis {
        my ($self) = @_;
    ...
    
        return $self->{_sis};
    }