Help for this page

Select Code to Download


  1. or download this
    my @combinedData;
    my @filesList = <*>;
    ...
       # HOW TO COMBINE IT INTO @combinedData ?
       push @combinedData, \@currentFile;
    }