sub{ my $pid = fork(); if ($pid) { `chimera --send test.pdb` } }