diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-14 07:00:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-14 07:00:02 +0000 |
commit | a3cb178b0bad32fa8be934503d051b96a3cb1fea (patch) | |
tree | bb5ab9c595a9158c059710be33d4e5ff619bf3fc /pod/perlbook.pod | |
parent | 43051805d53a3e4c5b2185a17655cab5bedc17ed (diff) | |
download | perl-a3cb178b0bad32fa8be934503d051b96a3cb1fea.tar.gz |
[win32] merge changes#872,873 from maintbranch
p4raw-link: @873 on //depot/maint-5.004/perl: 990f469d529b62458be38e8659885fd26d353629
p4raw-link: @872 on //depot/maint-5.004/perl: 0b85608df162729d39cb0f96c9f88c7de0a3ceab
p4raw-id: //depot/win32/perl@935
Diffstat (limited to 'pod/perlbook.pod')
-rw-r--r-- | pod/perlbook.pod | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/pod/perlbook.pod b/pod/perlbook.pod index 9a725cb833..f5bf99dbba 100644 --- a/pod/perlbook.pod +++ b/pod/perlbook.pod @@ -12,13 +12,14 @@ an online order form. I<Programming Perl, Second Edition> is a reference work that covers nearly all of Perl, while I<Learning Perl, Second Edition> 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. 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. +tutorial that covers the most frequently used subset of the language, +and I<Advanced Perl Programming> is an indepth study of complex topics +including the internals of perl. 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. 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) @@ -26,6 +27,9 @@ languages including Perl. Learning Perl, Second Edition (the Llama Book): ISBN 1-56592-284-0 (English) + Advanced Perl Programming: + ISBN 1-56592-220-4 (English) + Perl 5 Desktop Reference (the reference card): ISBN 1-56592-187-9 (brief English) |