PERLRETUT(1) Perl Programmers Reference Guide PERLRETUT(1)
PERLRETUT(1) Perl Programmers Reference Guide PERLRETUT(1) # PERLRETUT(1) Perl Programmers Reference Guide PERLRETUT(1) NNAAMMEE # perlretut - Perl regular expressions tutorial DDEESSCCRRIIPPTTIIOONN # This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the "m//", "s///", "qr//" and "split" operators and so this tutorial also overlaps with "Regexp Quote-Like Operators" in perlop and "split" in perlfunc. ...