in reply to Re: Issue with 'system'in thread Issue with 'system'
Note that system("@args") will cause a shell to be invoked to process the string. system(@args) will exec (or spawn) the specified program without using an intermediate shell.