http://www.perlmonks.org?node_id=380677


in reply to system() vs `backtick`

The difference is:

system()
runs command and returns command's exit status
backticks
runs command and returns the command's output

Can't offer any help on O/S issue.

Regards,

PN5