print `$cmd` . "\n";That seems like a strange use of backticks. Backticks are used to collect output from a command, and you are just passing the output to print. Have you tried using system?
system $cmd;
In reply to Re: Issue with backticks in ActiveState
by toolic
in thread Issue with backticks in ActiveState
by freddo411
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |