Help for this page

Select Code to Download


  1. or download this
    @array = ("file1", "file2");
    @output = `cat @array`;
    # @output now has the output of that command