chromatic / modern_perl_book

Modern Perl: the book
http://www.modernperlbooks.com/
664 stars 187 forks source link

author-only notes present in modern_perl_a4.pdf #217

Closed dgholz closed 10 years ago

dgholz commented 12 years ago

bottom of page 168:

Modern Perl programs should use the @- variable as a replacement for the terrible three.
] I don't understand this strategy. What is being replaced? In Modern Perl, we have the /p modifier with gives us the not-so-
terrible three, ${^MATCH}, ${^PREMATCH}, and ${^POSTMATCH}.
chromatic commented 10 years ago

Fixed in e25ebfe3. Thanks for reporting!