use threads; use test; my $thread=threads->create('forthread', (argument)); $thread->join(); exit(0);