I am trying to use below command, but not sure why I am not able to store the output value of system command to variable "cmd", as system command output is displaying on screen very fine.
my $cmd = system("find . type f -name \"fname*\") my $cmd = `ls -l`;
In reply to Using System command by perlatbest
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |