c:\>perl find.pl exam test.html mydoc.phpwhich means, find the word "exam" in the file test.html and in the file mydoc.php or
c:\>perl find.pl assignment *.html *.txtwhich means, search for the word "assignment" in all HTML and TXT files of the current directory.
File mydoc.txt:
12: Complete your in class assignment by 6:20pm.
42: This assignment is individual.