for my $client ( @clients ) { ## Note: the '1' first parameter to system ## which means that the command will be executed asynchronously system 1, qq[ robocopy $srcmachine $client ]; }