📄 ch00_05.htm
字号:
<html><head><title>Offline Documentation (Programming Perl)</title><!-- STYLESHEET --><link rel="stylesheet" type="text/css" href="../style/style1.css"><!-- METADATA --><!--Dublin Core Metadata--><meta name="DC.Creator" content=""><meta name="DC.Date" content=""><meta name="DC.Format" content="text/xml" scheme="MIME"><meta name="DC.Generator" content="XSLT stylesheet, xt by James Clark"><meta name="DC.Identifier" content=""><meta name="DC.Language" content="en-US"><meta name="DC.Publisher" content="O'Reilly & Associates, Inc."><meta name="DC.Source" content="" scheme="ISBN"><meta name="DC.Subject.Keyword" content=""><meta name="DC.Title" content="Offline Documentation"><meta name="DC.Type" content="Text.Monograph"></head><body><!-- START OF BODY --><!-- TOP BANNER --><img src="gifs/smbanner.gif" usemap="#banner-map" border="0" alt="Book Home"><map name="banner-map"><AREA SHAPE="RECT" COORDS="0,0,466,71" HREF="index.htm" ALT="Programming Perl"><AREA SHAPE="RECT" COORDS="467,0,514,18" HREF="jobjects/fsearch.htm" ALT="Search this book"></map><!-- TOP NAV BAR --><div class="navbar"><table width="515" border="0"><tr><td align="left" valign="top" width="172"><a href="ch00_04.htm"><img src="../gifs/txtpreva.gif" alt="Previous" border="0"></a></td><td align="center" valign="top" width="171"><a href="ch00_01.htm">Preface</a></td><td align="right" valign="top" width="172"><a href="ch00_06.htm"><img src="../gifs/txtnexta.gif" alt="Next" border="0"></a></td></tr></table></div><hr width="515" align="left"><!-- SECTION BODY --><h2 class="sect1">0.5. Offline Documentation</h2><a name="INDEX-9"></a><p>If you'd like to learn more about Perl, here are some related publicationsthat we recommend:</p><ul><li><p><em class="citetitle">Perl 5 Pocket Reference</em>, 3d ed., by Johan Vromans (O'Reilly,2000). This small booklet serves as a convenient quick referencefor Perl.</p></li><li><p><em class="citetitle">Perl Cookbook</em>, by Tom Christiansen and Nathan Torkington(O'Reilly, 1998). This is the companion volume to the book you havein your hands right now.</p></li><li><p><em class="citetitle">Elements of Programming with Perl</em>, by Andrew L. Johnson (Manning, 1999). This book aims to teach non-programmers how to programfrom the ground up, and to do so using Perl.</p></li><li><p><em class="citetitle">Learning Perl</em>, 2d ed., by Randal Schwartz andTom Christiansen (O'Reilly, 1997). This book teaches Unix sysadminsand Unix programmers the 30% of basic Perl that they'll use 70% of thetime. Erik Olson retargeted a version of this book for Perlprogrammers on Microsoft systems; it is called <em class="citetitle">LearningPerl for Win32 Systems</em>.</p></li><li><p><em class="citetitle">Perl: The Programmer's Companion</em>, by Nigel Chapman (Wiley, 1997). This fine book is geared for professional computerscientists and programmers without regard to platform. It coversPerl quickly but completely.</p></li><li><p><em class="citetitle">Mastering Regular Expressions</em>, by Jeffrey Friedl (O'Reilly, 1997). Although it doesn't cover the latest additions to Perl regularexpressions, this book is an invaluable reference for anyone seekingto learn how regular expressions really work.</p></li><li><p><em class="citetitle">Object Oriented Perl</em>, by Damian Conway (Manning,1999). For beginning as well as advanced OO programmers, this astonishingbook explains common and esoteric techniques for writing powerful objectsystems in Perl.</p></li><li><p><em class="citetitle">Mastering Algorithms with Perl</em>, by Jon Orwant, Jarkko Hietaniemi,and John Macdonald (O'Reilly, 1999). All the useful techniques froma computer science algorithms course, but without the painful proofs. This book covers fundamental and useful algorithms in the fields of graphs,text, sets, and much more.</p></li><li><p><em class="citetitle">Writing Apache Modules with Perl and C</em>, by Lincoln Stein andDoug MacEachern (O'Reilly, 1999). This guide to web programmingteaches you how to extend the capabilities of the Apache web server,especially using the turbo-charged <tt class="literal">mod_perl</tt> for fast CGI scriptsand via the Perl-accessible Apache API.</p></li><li><p><em class="citetitle">The Perl Journal</em>, edited by Jon Orwant. This quarterly magazineby programmers and for programmers regularly features programminginsights, techniques, the latest news, and more.</p></li></ul><p>There are many other Perl books and publications out there, and out ofsenility, we have undoubtedly forgotten to mention some good ones. (Outof mercy, we have neglected to mention some bad ones.)</p><p>In addition to the Perl-related publications listed above, we recommend thefollowing books. They aren't about Perl directly but still come in handyfor reference, consultation, and inspiration.</p><ul><li><p><em class="citetitle">The Art of Computer Programming</em>, by Donald Knuth,vol. 1, <em class="citetitle">Fundamental Algorithms</em>; vol. 2,<em class="citetitle">Seminumerical Algorithms</em>; and vol. 3,<em class="citetitle">Sorting and Searching</em> (Addison-Wesley, 1998).</p></li><li><p><em class="citetitle">Introduction to Algorithms</em>, by Cormen, Leiserson, and Rivest (MIT Press and McGraw-Hill, 1990).</p></li><li><p><em class="citetitle">Algorithms in C: Fundamental Data Structures, Sorting, Searching</em>, 3d ed., by Robert Sedgewick (Addison-Wesley, 1997).</p></li><li><p><em class="citetitle">The Elements of Programming Style</em>, by Kernighan and Plauger (Prentiss-Hall, 1988).</p></li><li><p><em class="citetitle">The Unix Programming Environment</em>, by Kernighan and Pike(Prentiss-Hall, 1984).</p></li><li><p><em class="citetitle">POSIX Programmer's Guide</em>, by Donald Lewine (O'Reilly, 1991).</p></li><li><p><em class="citetitle">Advanced Programming in the UNIX Environment</em>, by W. Richard Stevens (Addison-Wesley, 1992).</p></li><li><p><em class="citetitle">TCP/IP Illustrated</em>, vols. 1-3, by W. Richard Stevens, (Addison-Wesley, 1994-1996).</p></li><li><p><em class="citetitle">The Lord of the Rings</em> by J.R.R. Tolkien(most recent printing: Houghton Mifflin, 1999).</p></li></ul><p></p><!-- BOTTOM NAV BAR --><hr width="515" align="left"><div class="navbar"><table width="515" border="0"><tr><td align="left" valign="top" width="172"><a href="ch00_04.htm"><img src="../gifs/txtpreva.gif" alt="Previous" border="0"></a></td><td align="center" valign="top" width="171"><a href="index.htm"><img src="../gifs/txthome.gif" alt="Home" border="0"></a></td><td align="right" valign="top" width="172"><a href="ch00_06.htm"><img src="../gifs/txtnexta.gif" alt="Next" border="0"></a></td></tr><tr><td align="left" valign="top" width="172">0.4. Online Documentation</td><td align="center" valign="top" width="171"><a href="index/index.htm"><img src="../gifs/index.gif" alt="Book Index" border="0"></a></td><td align="right" valign="top" width="172">0.6. Additional Resources</td></tr></table></div><hr width="515" align="left"><!-- LIBRARY NAV BAR --><img src="../gifs/smnavbar.gif" usemap="#library-map" border="0" alt="Library Navigation Links"><p><font size="-1"><a href="copyrght.htm">Copyright © 2001</a> O'Reilly & Associates. All rights reserved.</font></p><map name="library-map"> <area shape="rect" coords="2,-1,79,99" href="../index.htm"><area shape="rect" coords="84,1,157,108" href="../perlnut/index.htm"><area shape="rect" coords="162,2,248,125" href="../prog/index.htm"><area shape="rect" coords="253,2,326,130" href="../advprog/index.htm"><area shape="rect" coords="332,1,407,112" href="../cookbook/index.htm"><area shape="rect" coords="414,2,523,103" href="../sysadmin/index.htm"></map><!-- END OF BODY --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -