summaryrefslogtreecommitdiff
path: root/pod/perlbook.pod
diff options
context:
space:
mode:
authorChip Salzenberg <chip@atlantic.net>1997-05-08 00:00:00 +1200
committerChip Salzenberg <chip@atlantic.net>1997-05-08 00:00:00 +1200
commit9fa51da436f491e012feddf8b112d19d02b94784 (patch)
tree6fd804290b407ca11c18f42c3a3643558231771b /pod/perlbook.pod
parent1b3f7d2103791ceee4a17b0f9f5860baa1512c7a (diff)
downloadperl-9fa51da436f491e012feddf8b112d19d02b94784.tar.gz
Mention the Regular Expressions book
(this is the same change as commit 7dd178533182fc85a734d7633d0a938b5d1c853a, but as applied)
Diffstat (limited to 'pod/perlbook.pod')
-rw-r--r--pod/perlbook.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/pod/perlbook.pod b/pod/perlbook.pod
index f52046b5e0..d4bc876692 100644
--- a/pod/perlbook.pod
+++ b/pod/perlbook.pod
@@ -15,7 +15,9 @@ nearly all of Perl, while I<Learning Perl> is a tutorial that covers
the most frequently used subset of the language. You might also check
out the very handy, inexpensive, and compact I<Perl 5 Desktop
Reference>, especially when the thought of lugging the 676-page Camel
-around doesn't make much sense.
+around doesn't make much sense. I<Mastering Regular Expressions>, by
+Jeffrey Friedl, is a reference work that covers the art and implementation
+of regular expressions in various languages including Perl.
Programming Perl, Second Edition (the Camel Book):
ISBN 1-56592-149-6 (English)
@@ -27,5 +29,7 @@ around doesn't make much sense.
ISBN 3-930673-08-8 (German)
Perl 5 Desktop Reference (the reference card):
-
ISBN 1-56592-187-9 (brief English)
+
+ Mastering Regular Expressions (the Hip Owl Book):
+ ISBN 1-56592-257-3 (English)