diff options
author | Tom Christiansen <tchrist@perl.com> | 1998-06-13 16:19:32 -0600 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 01:37:12 +0000 |
commit | 5a964f204835a8014f4ba86fc91884cff958ac67 (patch) | |
tree | b1ad7153799ba133ce772012c9dc05ea615f1c6e /pod/perlbook.pod | |
parent | ad973f306c11e119dc3a8448590409962bde25db (diff) | |
download | perl-5a964f204835a8014f4ba86fc91884cff958ac67.tar.gz |
documentation update from tchrist
Message-Id: <199806140419.WAA20549@chthon.perl.com>
Subject: doc patches
p4raw-id: //depot/perl@1132
Diffstat (limited to 'pod/perlbook.pod')
-rw-r--r-- | pod/perlbook.pod | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/pod/perlbook.pod b/pod/perlbook.pod index f5bf99dbba..0ff2cd5a05 100644 --- a/pod/perlbook.pod +++ b/pod/perlbook.pod @@ -11,15 +11,17 @@ web-connected, you can even mosey on over to http://www.ora.com/ for 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, -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. +nearly all of Perl; I<Learning Perl, Second Edition> is a tutorial that +covers the most frequently used subset of the language; and I<Advanced +Perl Programming> is an in-depth 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. Currently published quarterly by Jon Orwant, I<The Perl +Journal> is the first and only periodical devoted to All Things Perl. +See http://www.tpj.com/ for information. Programming Perl, Second Edition (the Camel Book): ISBN 1-56592-149-6 (English) @@ -27,7 +29,10 @@ expressions in various languages including Perl. Learning Perl, Second Edition (the Llama Book): ISBN 1-56592-284-0 (English) - Advanced Perl Programming: + Learning Perl on Win32 Systems (the Gecko Book): + ISBN 1-56592-324-3 (English) + + Advanced Perl Programming (the Panther Book): ISBN 1-56592-220-4 (English) Perl 5 Desktop Reference (the reference card): |