in reply to How to use system()
Depending in which environment you are working the list version of system might be more secure: system( "/home/mail/addmembers", "-nemail.out", "-wy maillist"); prevents the shell to interpolate the arguments, and thus cuts down dramatically on the number of security problems that can arise if the arguments are obtained from untrusted users.
|
|---|