Help for this page
#! perl -slw use strict; ... push @threads, async{ system '\path\to\second.exe' }; $_->join for @threads;
system 1, '\path\to\your.exe';