Help for this page
use_ok 'ExternalCatty'; my $pid = ExternalCatty->background($PORT);
sub background { my $self = shift; ... $self->run($port); }