my $thing = new thing(); my $closure = sub { $thing->stuff_to_do(); }; my $thread = threads->create($closure);