The Perl Search Program

Your task is to write a perl program that searches directorty trees.  It should take one argument on the command line.  That argument should be a directory.  Your program should search that directory, it's children, sub-children, and so on.  Any file containing the word 'target' should have it's filename prrinted.

To see a version of this program working, run '/home/randy/pub/Classes/CS322/search.pl  /home/randy/pub/Pictures/Airplanes`.  That will search /home/randy/pub/Classes/Airplanes looking for files containing the word 'target'.

Point Scale

+5 Can search the current dir for files
+4 Can search the subdirs for files
+1 Prints a count of the number of matches found
+1 Prints a good error message if the argument is missing, or not a directory
+3 Can bring down Yahoo.com