sub subname{ # Let the system know that noone is interested # in the return value from the thread threads->self->detach(); # Do stuff # when the stuff is done return; # Commit suicide in an unmarked grave! }