What I need is a perl script that will, first of all, open each text file in a particular folder and search the files for a particular string. However, there is some HTML coding in the text files files. So, before it searches the text files, it needs to strip the file of as much of that coding as possible. Last, I need the script to output all file names of text files which had the string in it into an array. Also, I need the file names to be added to the array without any subdirectories or extensions.