Help for this page
#!perl use strict; ... open OUT,'>',"filelist.txt" or die "$!"; print OUT join "\n",@files; close OUT;