Help for this page

Select Code to Download


  1. or download this
    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