Help for this page

Select Code to Download


  1. or download this
        $self->addTab(sub { $self->WatchLog });
    
  2. or download this
        foreach my $code (@{$self->{CODETAB}}){
            $code->();
        }
    
  3. or download this
        $self->addTab($self->can("WatchLog"));