Help for this page
my @combinedData; my @filesList = <*>; ... # HOW TO COMBINE IT INTO @combinedData ? push @combinedData, \@currentFile; }