...

/

Introduction to Regular Expressions and Matching

Introduction to Regular Expressions and Matching

Learn about the importance of regular expressions and matching in Perl.

Practical extraction and reporting

Perl is sometimes called the Practical Extraction and Reporting Language. We’ve seen how control flow, operators, and data structures make Perl practical and we can imagine how to create reports. What does the Extraction part mean? Perl is ...