Description of simple search Perl script :
simple search Perl script is used to search your documents or folders and sub folders. Users has an option to exclude the file type to filter them and this script will search all the text files. This script doesn't need much hard drive space because it uses brute force method. It is very fast and can search 100 MB folder in few minutes. It is a basic script for the beginners of Perl to perform searching.