# simplest way, but ignores error handing my $pid; if($pid = fork() == 0) { exec("other_tk_script"); }