Help for this page
@array = ("file1", "file2"); @output = `cat @array`; # @output now has the output of that command