in reply to linux memory leak monitor
my $command = shift; my $pid = fork(); unless (0 == $pid){ ...Tk code... }else{ exec($command); } [download]