perlbook.pod revision 1.2
1=head1 NAME
2
3perlbook - Perl book information
4
5=head1 DESCRIPTION
6
7You can order Perl books from O'Reilly & Associates, 1-800-998-9938.
8Local/overseas is +1 707 829 0515.  If you can locate an O'Reilly
9order form, you can also fax to +1 707 829 0104.  If you're
10web-connected, you can even mosey on over to http://www.ora.com/ for
11an online order form.
12
13I<Programming Perl, Second Edition> is a reference work that covers
14nearly all of Perl, while I<Learning Perl, Second Edition> is a
15tutorial that covers the most frequently used subset of the language.
16You might also check out the very handy, inexpensive, and compact
17I<Perl 5 Desktop Reference>, especially when the thought of lugging
18the 676-page Camel around doesn't make much sense.  I<Mastering
19Regular Expressions>, by Jeffrey Friedl, is a reference work that
20covers the art and implementation of regular expressions in various
21languages including Perl.
22
23    Programming Perl, Second Edition (the Camel Book):
24	ISBN 1-56592-149-6	(English)
25
26    Learning Perl, Second Edition (the Llama Book):
27	ISBN 1-56592-284-0      (English)
28
29    Perl 5 Desktop Reference (the reference card):
30	ISBN 1-56592-187-9	(brief English)
31
32    Mastering Regular Expressions (the Hip Owl Book):
33	ISBN 1-56592-257-3      (English)
34