That's because system does not return the STDOUT output of the command but the exit status, see "perldoc -f system". Having two separate constructs for the same job would be redundant.
If the backticks do what you need, why not just use them?
Edit: LOL, guess the number of possible wordings was quite limited ...
In reply to Re: Using System command
by mbethke
in thread Using System command
by perlatbest
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |