Help for this page
my @file_list = ( "some_file", "other_file" ); push @file_list, "more_files", "and_more"; ... } close $fh; }