If you want to capture the output of system command, you can simply use the backticks:
my @list_of_files = `ls -l`;In reply to Re: Correct way to capture command output to a file in Perl.
by Laurent_R
in thread Correct way to capture command output to a file in Perl.
by perl514
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |