Help for this page
my $child = fork(); ... exec 'cmd', '/C', 'PowerShell', '-Command', 'sleep', '7', '&', 'Echo', 'Done' }