Help for this page

Select Code to Download


  1. or download this
    use_ok 'ExternalCatty';
    my $pid = ExternalCatty->background($PORT);
    
  2. or download this
    sub background {
        my $self  = shift;
    ...
    
        $self->run($port);
    }