Help for this page
sub launch_chimera { my $pid = fork(); ... return if $pid; exec(qw( chimera --send test.pdf )); }