in reply to Re^2: Calling external commands through my script
in thread Calling external commands through my script
I'd recommend using a list-based call to avoid escaping complications (e.g. system($executable, @args);) but again, that's generic advice.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|