I am trying to open one by one all the fixed length files in a particular temp directory, read these files to find if they contain a particular Regular expression and add up number of times particular RE is found. I do not know how many files will be there in that directory,nor the full name of the file except that they will contain todays date in yyyymmdd format . Please help me as I am new to Perl programming.