Friday, 16 November 2012

How does a “grep” function perform? | Perl Scripting Interiew Questions

Grep returns the number of lines the expression is true. Grep returns a sub list of a list for which a specific criterion is true. This function often involves pattern matching. It modifies the elements in the original list.

No comments: