How can I grep and sort text files using Perl? - Stack Overflow
Perl grep is not same as Unix grep command in that it does not print anything on the screen. The general syntax is: grep Expr, LIST Evaluates Expr for each element of LIST and returns a list consisting of those elements for which the expression evaluated ...