system would probably be better than backticks (or qx//) because you don't want to retrieve any output from the system command you're issuing, but you're probably interested (and should be) to know if the command succeeded or returned an error.
See also The problem of "the" default shell for why you want the multi-argument form of system if you can't use a perl build-in function or a module.
Alexander
In reply to Re^2: pass a variable or string to shell command from perl script
by afoken
in thread pass a variable or string to shell command from perl script
by thadc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |