sub run { my $self = shift; $self->{thread} = threads->create($self->_run); print "does this ever show up?\n"; }