system qq[ start /b /wait /low perl C:/Perl_activate/Run_this.pl $var ] and print STDERR "couldn't exec the perl program: $!"; #### my @cmd = qw[ start /b /wait /low perl C:/Perl_activate/Run_this.pl ]; system @cmd, $var;