Help for this page
my @apps = ( [qw(/path/to/foo args of foo)], [qw(/path/to/bar args of it here)] ... $cpid or exec {$_->[0]} @$_ or die $!; } exit 0; # the parent