e99 Online Shopping Mall
Help | |
Home - Computer - Perl (Books) |
  | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
1. Learning Perl, 5th Edition by Randal Schwartz, Tom Phoenix, brian d foy | |
Paperback: 352
Pages
(2008-06-27)
list price: US$39.99 -- used & new: US$22.25 (price subject to change: see help) Asin: 0596520107 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Learning Perl, popularly known as "the Llama," is the book most programmers rely on to get started with Perl. The bestselling Perl tutorial since it was first published in 1993, this new fifth edition covers recent changes to the language up to Perl 5.10. Perl is the language for people who want to get work done. Originally targeted to sysadmins for heavy-duty text processing, Perl is now a full-featured programming language suitable for almost any task on almost any platform-from short fixes on the command line to web applications, bioinformatics, finance, and much more. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer. Customer Reviews (305)
Excellent intro book to Perl
Decent content, poor editorial style
New to Programming
Great learning book
(Almost) the best introduction to Perl |
2. Programming Perl (3rd Edition) by Larry Wall, Tom Christiansen, Jon Orwant | |
Paperback: 1092
Pages
(2000-07-14)
list price: US$49.95 -- used & new: US$28.47 (price subject to change: see help) Asin: 0596000278 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Like Topsy, Perl just grew, and as a result the need for a third edition came about. It's now over 1,000 pages, which it needs to be, as it performs several different duties. First, it's an introduction to the Perl language for those who are new to programming; also, it's a guide for those who are coming from other languages; and, finally, it's a Perl language reference. Among Larry Wall's other pursuits is being a linguist, and it's perhaps for this reason that Perl is a peculiarly flexible language with many routes to achieving the same ends, as the authors ably demonstrate. It's also extensible in several ways, designed to work with many other languages. Also, as it's largely interpreted, programs written in Perl tend to run unmodified on a variety of platforms--although platform-specific Perl modules and programming practices are also discussed. A major strength of Programming Perl is the way subject areas are approached from several directions. This constant shift of viewpoint eliminates blind spots in the reader's understanding and provides a pleasing echo of the way Perl itself can take many routes from here to there. Because the Perl community is both knowledgeable and active, the language covers much more ground here than in the previous edition. Even if you have both previous editions, you'll want this latest version--if only for the new jokes. --Steve Patient, amazon.co.uk Customer Reviews (122)
still a gem
Your Even-Numbered Perl Book?
Great book, desperately needs updated
Excellent book, a true classic
Good book if you can get past the language. |
3. Effective Perl Programming: Ways to Write Better, More Idiomatic Perl (2nd Edition) (Effective Software Development Series) by Joseph N. Hall, Joshua A. McAdams, brian d foy | |
Paperback: 504
Pages
(2010-04-29)
list price: US$39.99 -- used & new: US$22.38 (price subject to change: see help) Asin: 0321496949 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description For years, experienced programmers have relied on Effective Perl Programming to discover better ways to solve problems with Perl. Now, in this long-awaited second edition, three renowned Perl programmers bring together today’s best idioms, techniques, and examples: everything you need to write more powerful, fluent, expressive, and succinct code with Perl. Nearly twice the size of the first edition, Effective Perl Programming, Second Edition, offers everything from rules of thumb to avoid common pitfalls to the latest wisdom for using Perl modules. You won’t just learn the right ways to use Perl: You’ll learn why these approaches work so well. New coverage in this edition includes You’ll learn how to work with strings, numbers, lists, arrays, strictures, namespaces, regular expressions, subroutines, references, distributions, inline code, warnings, Perl::Tidy, data munging, Perl one-liners, and a whole lot more. Every technique is organized in the same Items format that helped make the first edition so convenient and popular. Customer Reviews (5)
Worth having, no matter how expecienced you are
Wow! Awesome!
New coverage here includes expanded material spanning over a decade of Perl development
Great material written by people who understand Perl
Packed Full of "Effective" Information |
4. Perl Cookbook, Second Edition by Tom Christiansen, Nathan Torkington | |
Paperback: 976
Pages
(2003-08-21)
list price: US$49.95 -- used & new: US$25.00 (price subject to change: see help) Asin: 0596003137 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The recipes are well documented and the examplesaren't too arcane; even beginners will be able to pick up the lessonstaught here. The authors write in relatively easy-to-understandlanguage (for a technical guide). Through this book and its arsenal ofrecipes, you will learn many new things about Perl to help you throughyour toughest projects. The next time you're working on a project at 2a.m., you'll thank yourself for the guidance and direction The PerlCookbook provides. --Doug Beaver Customer Reviews (116)
the book is in great condition
A model for technical books
Very good recipies
A must have for your book shelf
Wonderful Cookbook |
5. Perl Best Practices by Damian Conway | |
Paperback: 544
Pages
(2005-07-12)
list price: US$39.95 -- used & new: US$23.99 (price subject to change: see help) Asin: 0596001738 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the way that seems natural, that happens intuitively, and that feels good. But if you're serious about your profession, intuition isn't enough. Perl Best Practices author Damian Conway explains that rules, conventions, standards, and practices not only help programmers communicate and coordinate with one another, they also provide a reliable framework for thinking about problems, and a common language for expressing solutions. This is especially critical in Perl, because the language is designed to offer many ways to accomplish the same task, and consequently it supports many incompatible dialects. With a good dose of Aussie humor, Dr. Conway (familiar to many in the Perl community) offers 256 guidelines on the art of coding to help you write better Perl code--in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging. They're designed to work together to produce code that is clear, robust, efficient, maintainable, and concise, but Dr. Conway doesn't pretend that this is the one true universal and unequivocal set of best practices. Instead, Perl Best Practices offers coherent and widely applicable suggestions based on real-world experience of how code is actually written, rather than on someone's ivory-tower theories on how software ought to be created. Most of all, Perl Best Practices offers guidelines that actually work, and that many developers around the world are already using. Much like Perl itself, these guidelines are about helping you to get your job done, without getting in the way. Praise for Perl Best Practices from Perl community members: "As a manager of a large Perl project, I'd ensure that every member of my team has a copy of Perl Best Practices on their desk, and use it as the basis for an in-house style guide." -- Randal Schwartz "There are no more excuses for writing bad Perl programs. All levels of Perl programmer will be more productive after reading this book." -- Peter Scott "Perl Best Practices will be the next big important book in the evolution of Perl. The ideas and practices Damian lays down will help bring Perl out from under the embarrassing heading of "scripting languages". Many of us have known Perl is a real programming language, worthy of all the tasks normally delegated to Java and C++. With Perl Best Practices, Damian shows specifically how and why, so everyone else can see, too." -- Andy Lester "Damian's done what many thought impossible: show how to build large, maintainable Perl applications, while still letting Perl be the powerful, expressive language that programmers have loved for years." -- Bill Odom "Finally, a means to bring lasting order to the process and product of real Perl development teams." -- Andrew Sundstrom "Perl Best Practices provides a valuable education in how to write robust, maintainable Perl, and is a definitive citation source when coaching other programmers." -- Bennett Todd "I've been teaching Perl for years, and find the same question keeps being asked: Where can I find a reference for writing reusable, maintainable Perl code? Finally I have a decent answer." -- Paul Fenwick "At last a well researched, well thought-out, comprehensive guide to Perl style. Instead of each of us developing our own, we can learn good practices from one of Perl's most prolific and experienced authors. I recommend this book to anyone who prefers getting on with the job rather than going back and fixing errors caused by syntax and poor style issues." -- Jacinta Richardson "If you care about programming in any language read this book. Even if you don't intend to follow all of the practices, thinking through your style will improve it." -- Steven Lembark "The Perl community's best author is back with another outstanding book. There has never been a comprehensive reference on high quality Perl coding and style until Perl Best Practices. This book fills a large gap in every Perl bookshelf." -- Uri Guttman Customer Reviews (38)
The only Perl style guide you'll probably ever need
Overrated
good habits distilled from professional experience
Perl Salvation!
Good work |
6. Intermediate Perl by Randal L. Schwartz, Tom Phoenix, brian d foy | |
Paperback: 288
Pages
(2006-03-08)
list price: US$39.99 -- used & new: US$25.07 (price subject to change: see help) Asin: 0596102062 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. Intermediate Perl is about making the leap from the easy things to the hard ones. Originally released in 2003 as Learning Perl Objects, References, and Modules and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling Learning Perl, it picks up where that book left off. Topics include: Following the successful format of Learning Perl, we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in Learning Perl and have ambition to go further. Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly. Intermediate Perl is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer. Customer Reviews (10)
Great reference to have on your bookshelf
Intermediate Perl has good code, good examples
A worthy (as expected) successor
Good follow up to the The Llama, but poorly organised
Good Book For Classroom Setting |
7. Automating System Administration with Perl: Tools to Make You More Efficient by David N. Blank-Edelman | |
Paperback: 672
Pages
(2009-05-21)
list price: US$39.99 -- used & new: US$24.96 (price subject to change: see help) Asin: 059600639X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This edition includes additional appendixes to get you up to speed on technologies such as XML/XPath, LDAP, SNMP, and SQL. With this book in hand and Perl in your toolbox, you can do more with less--fewer resources, less effort, and far less hassle. Customer Reviews (8)
Useful, inspiring - and fun!
Wish for More...
The Otter Book never leaves my side
Excellent update to a classic
Topics include spam control, analyzing log files, working with different configuration file formats, and more |
8. Perl Pocket Reference, 4th Edition by Johan Vromans | |
Paperback: 96
Pages
(2002-07)
list price: US$9.95 -- used & new: US$4.82 (price subject to change: see help) Asin: 0596003749 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
Handy to have.
I was new to Perl
Out of 5 Perl books, my most-used reference
Good Quick Reference
Very Terse |
9. Beginning Perl for Bioinformatics by James Tisdall | |
Paperback: 400
Pages
(2001-10-15)
list price: US$39.95 -- used & new: US$25.86 (price subject to change: see help) Asin: 0596000804 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Departing from O'Reilly's earlier monograph Developing Bioinformatic Computer Skills, Tisdall's text is organized aggressively along didactic lines. Nearly all of the 13 chapters begin with twin bullet lists of Perl programming tools and the bioinformatic methods that require them. Likewise, the chapters end with exercises. String concatenation is illustrated with gene splicing, and regular expressions are taught with gene transcription and motif searching. Tisdall emphasizes sequence examples throughout, leading up to an introduction to a Perl interface for the NIH GenBank biological database and the widely used BLAST sequence alignment tool. After a brief discussion of three-dimensional protein structure, he returns to sequence extraction and secondary structure prediction. Tisdall's goal is to boost the beginning programmer into a domain of self-learning. He imparts essential etiquette for the success of programming newbies: use the wealth or resources available, from user documentation to Web site surveys to FAQs to How-To's to news groups and finally to direct personal appeals for help from a senior colleague. A well-plugged-in bioinformatics Perl student will soondiscover Bioperl, an open-source effort to bring research-grade bioinformatic tools to the Perl community. Bioperl is described briefly at the end of Tisdall's book and will reportedly be a forthcoming title of its own in the O'Reilly bioinformatics series. Although he introduces bioinformatics as an academic discipline, Tisdall treats it as a trade throughout his book. He indicates that open questions and computational hard problems exist, but does not describe what they are or how they are being tackled. Ultimately, Tisdall presents bioinformatics as another arrow in a bench scientist'squiver, very much like HPLC, 2D-PAGE, and the various spectroscopies. As odd as a "bioinformatics-as-tool" book may be to its research proponents, the reduction of bioinformatics to trade status both deflates and vindicates the years of research, as Tisdall's work attests. --Peter Leopold Customer Reviews (30)
Not really for beginners!
I loved this book:
good book for biologists
Beginning Perl is an excellent book.
Great for Biologist that Don't Know How to Program |
10. Perl for Dummies (Fourth Edition) by Paul Hoffman | |
Paperback: 408
Pages
(2003-03-21)
list price: US$24.99 -- used & new: US$8.99 (price subject to change: see help) Asin: 0764537504 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description If you’re interested in discovering how to program (or how others program), Perl For Dummies, 4th Edition, is for you. If you already know something about programming (but not about Perl), this book is also for you. If you’re already an expert programmer, you’re still welcome to read this book; you can just skip the basic stuff (you never know what kind of new tips and tricks you’ll pick up). This reference guide shows you how to use Perl under many different operating systems, such as UNIX, many flavors of Windows (Windows 95/98, Windows NT, Windows 2000, Windows Me, and Windows XP), and Macintosh OS 9 and OS X; in fact, Perl runs on many more operating systems than these. Here's a sampling of what Perl For Dummies, 4th Edition, has to offer: The Perl programming language enables you to write fully working computer programs with just a few steps. It’s particularly good at common programming tasks, such as reading and writing text files, but it also excels at reducing the work that programmers have to do. Perl For Dummies, 4th Edition, shows you how to do all of that and how to modify programs to your heart’s content. After all, one of the common phrases in the world of Perl programmers is, “There's more than one way to do it.” Just because it starts at the beginning--and we're talkingabout the very basics--doesn't mean that Perl for Dummies doesn'thead into more advanced topics. Paul Hoffman explains the programmingterminology and mathematical concepts that programming in Perlrequires. He also moves beyond basic file manipulation, discussingpattern matching and using regular expressions. He touches on goodPerl style, as well as object-oriented Perl. He's not averse tocriticizing what he perceives as Perl's shortcomings, but he alsocounters with a section called "10 Reasons Why Perl Is Better ThanJava." Hoffman takes great pride in demystifying Perl--a goal thatfits in well with Larry Wall's own philosophy of promoting Perl'saccessibility. As a way into the "duct tape" programming language,Perl for Dummies fulfills its mission. --JenniferBuckendorff Customer Reviews (41)
Forget gems me like PERL
Perl for Dummies
Good Reference for Perl Syntax
ETEXASFISHING GUIDE SERVICE
Really Awful |
11. Mastering Perl by brian d foy | |
Paperback: 352
Pages
(2007-07-16)
list price: US$39.99 -- used & new: US$20.98 (price subject to change: see help) Asin: 0596527241 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms. Customer Reviews (9)
Great "used" books
Good, but not too essential for the experienced
A Collection Of Perl Stuff
Perfect Companion Perl Reference
Mastering Perl: at least a three (3) step process |
12. Sams Teach Yourself Perl in 24 Hours (3rd Edition) by Clinton Pierce | |
Paperback: 480
Pages
(2005-06-25)
list price: US$34.99 -- used & new: US$9.67 (price subject to change: see help) Asin: 0672327937 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Learn Perl programming quickly and easily with 24 one-hour lessons in Sams Teach Yourself Perl in 24 Hours. The book's step-by-step lessons teach you the basics of Perl and how to apply it in web development and system administration. Plus, the third edition has been updated to include five chapters on new technologies, information on the latest version of Perl, and a look ahead to Perl 6. Sams Teach Yourself Perl in 24 Hours focuses on real-world development, teaching you how to: Customer Reviews (30)
24 does not really equal 24
Great book. Great price. Quick service.
Great book
typos, typos..everywhere typos
Awesome book, awesome language. |
13. Beginning Perl, Second Edition by James Lee | |
Paperback: 464
Pages
(2004-08-30)
list price: US$39.99 -- used & new: US$24.98 (price subject to change: see help) Asin: 159059391X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "...there are great examples, and projects assigned after each chapter to help you really understand and remember how to code in Perl."— Mark Spritzler, JavaRanch Bartender "This book is a well-conceived introduction to Perl in tutorial form... A Very Good Book. :) :) :) :) of 5."— George Woolley of Oakland Perl Mongers "The Perl (this book) teaches is strong industry-standard Perl that is…considered best practice."— Jack Herrington, Editor, Code Generation NetworkOriginally created as a powerful text processing tool, Perl has since evolved into a multi-purpose, multi-platform language capable of implementing a variety of tasks such as system administration, CGI and network programming, XML processing, and more. Beginning Perl, Second Edition provides valuable insight into Perl’s role regarding all of these tasks and more.Commencing with a comprehensive overview of language basics, you'll learn all about important concepts such as Perl's data types and control flow constructs. This material sets the stage for a discussion of more complex topics, such as writing custom functions, using regular expressions, and file input and output. Next, we move on to the advanced topics of object oriented programming, modules, CGI programming, and database administration with Perl’s powerful database interface module, DBI. The examples and code provided offer you all of the information you need to start writing your own powerful scripts to solve the problems listed above, and many more.Whether you are a complete novice or an experienced programmer, Beginning Perl, Second Edition offers an ideal guide to learning Perl. Customer Reviews (21)
Learning Perl Programming
Excellent Book for First-time Programmers
Kindle version review
Great explanations but slow to put things together
Decent Book |
14. Perl by Example (4th Edition) by Ellie Quigley | |
Paperback: 1008
Pages
(2007-11-15)
list price: US$49.99 -- used & new: US$27.48 (price subject to change: see help) Asin: 0132381826 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description “I picked up a copy of JavaScript by Example over the weekend and wanted to thank you for putting out a book that makes JavaScript easy to understand. I’ve been a developer for several years now and JS has always been the “monster under the bed,” so to speak. Your book has answered a lot of questions I’ve had about the inner workings of JS but was afraid to ask. Now all I need is a book that covers Ajax and Coldfusion. Thanks again for putting together an outstanding book.” –Chris Gomez, Web services manager, Zunch Worldwide, Inc. “I have been reading your UNIX® Shells by Example book, and I must say, it is brilliant. Most other books do not cover all the shells, and when you have to constantly work in an organization that uses tcsh, bash, and korn, it can become very difficult. However, your book has been indispensable to me in learning the various shells and the differences between them…so I thought I’d email you, just to let you know what a great job you have done!” –Farogh-Ahmed Usmani, B.Sc. (Honors), M.Sc., DIC, project consultant (Billing Solutions), Comverse “I have been learning Perl for about two months now; I have a little shell scripting experience but that is it. I first started with Learning Perl by O’Reilly. Good book but lacking on the examples. I then went to Programming Perl by Larry Wall, a great book for intermediate to advanced, didn’t help me much beginning Perl. I then picked up Perl by Example, Third Edition–this book is a superb, well-written programming book. I have read many computer books and this definitely ranks in the top two, in my opinion. The examples are excellent. The author shows you the code, the output of each line, and then explains each line in every example.” –Dan Patterson, software engineer, GuideWorks, LLC “Ellie Quigley has written an outstanding introduction to Perl, which I used to learn the language from scratch. All one has to do is work through her examples, putz around with them, and before long, you’re relatively proficient at using the language. Even though I’ve graduated to using Programming Perl by Wall et al., I still find Quigley’s book a most useful reference.” –Casey Machula, support systems analyst, Northern Arizona University, College of Health and Human Services “When I look at my bookshelf, I see eleven books on Perl programming. Perl by Example, Third Edition, isn’t on the shelf; it sits on my desk, where I use it almost daily. When I bought my copy I had not programmed in several years and my programming was mostly in COBOL so I was a rank beginner at Perl. I had at that time purchased several popular books on Perl but nothing that really put it together for me. I am still no pro, but my book has many dog-eared pages and each one is a lesson I have learned and will certainly remember. “I still think it is the best Perl book on the market for anyone from a beginner to a seasoned programmer using Perl almost daily.” –Bill Maples, network design tools and automations analyst, Fidelity National Information Services “We are rewriting our intro to OS scripting course and selected your text for the course. It’s an exceptional book. The last time we considered it was a few years ago (second edition). The debugging and system administrator chapters at the end nailed it for us.” –Jim Leone, Ph.D., professor and chair, Information Technology, Rochester Institute of Technology “Quigley’s book acknowledges a major usage of PHP. To write some kind of front end user interface program that hooks to a back end MySQL database. Both are free and open source, and the combination has proved popular. Especially where the front end involves making an HTML web page with embedded PHP commands. “Not every example involves both PHP and MySQL. Though all examples have PHP. Many demonstrate how to use PHP inside an HTML file. Like writing user-defined functions, or nesting functions. Or making or using function libraries. The functions are a key idea in PHP, that take you beyond the elementary syntax. Functions also let you gainfully use code by other PHP programmers. Important if you are part of a coding group that has to divide up the programming effort in some manner.” –Dr. Wes Boudville, CTO, Metaswarm Inc. The World’s Easiest Perl Tutorial–Fully Updated! Perl by Example, Fourth Edition, is the easiest, most hands-on way to learn Perl. Legendary Silicon Valley programming instructor Ellie Quigley has thoroughly updated her classic to deliver the skills and information today’s Perl users need most–including all-new coverage of MySQL database programming and a Perl QuickStart designed to get experienced users up and running fast. Quigley illuminates every technique with focused, classroom-tested code examples, detailed line-by-line explanations, and real program output. This exceptionally clear, easy-to-understand book takes you from your first Perl script to database-driven applications. It’s the only Perl book you’ll ever need! New in this edition: Perl programming QuickStart: makes first-time Perl programmers productive in just twenty pages All-new chapter on using the Perl DBI with the MySQL database–plus an easy SQL primer to quickly get you started programming any database New introductions to Perl in biology (bioinformatics) and to mod_perl, a Perl interpreter embedded in the Apache server, which allows you to create fast, dynamic content; manage the Apache server; authenticate users; and much more Completely updated: Includes many new and completely rewritten code examples Contains fully revised CGI coverage for building dynamic Web sites with Perl Covers modern Perl 5.8 concepts and principles–and provides a great foundation for Perl 6 More than 30,000 sysadmins, power users, and developers have used previous editions of Perl by Example to become expert Perl programmers. With Perl by Example, Fourth Edition, you can, too–even if you’re completely new to Perl. After you’ve become an expert, you’ll turn to this book constantly as the best source for reliable answers, solutions, and code. About the CD-ROM: The CD-ROM includes all code and files for this book’s hundreds of example scripts. Customer Reviews (43)
OK, but not the best book on Perl
Not for beginners, not for programmers?
Required ereading for anyone new to Perl.
Good book for learning Perl
Poorly organized... |
15. Object Oriented Perl: A Comprehensive Guide to Concepts and Programming Techniques by Damian Conway | |
Paperback: 490
Pages
(2000-01-01)
list price: US$42.95 -- used & new: US$21.89 (price subject to change: see help) Asin: 1884777791 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Themost notable thing about Object Oriented Perl is Conway'sexcellent perspective on object-oriented concepts and how they areimplemented in Perl. This book does a remarkable job of cuttingthrough traditional jargon and illustrating how basic object-orienteddesign techniques are handled in Perl. (A useful appendix attests tothe author's wide-ranging knowledge, with a comparison of Smalltalk,Eiffel, C++, and Java with Perl, including a summary ofobject-oriented syntax for each.) This book also features a trulyexcellent review of basic Perl syntax. Throughout this text, theauthor shows you the basics of solid object design (illustrated usingclasses that model music CDs). Basic concepts like inheritance andpolymorphism get thorough and clear coverage. The book also points outcommon mistakes and provides many tips for navigating the powerful andflexible (yet sometimes tricky) nuances of using Perl objects. Forinstance, Conway shows how to achieve true data encapsulation in Perl(which generally allows calls across modules) as well as its naturalsupport for generic programming techniques. He also pays specialattention to popular object modules available from CPAN (likeClass::MethodmakerK, which simplifies declaring classes) anddiscusses performance issues and the tradeoff between programmingconvenience and speed often faced by today's Perl developer. Advancedchapters cover a number of techniques for adding persistence andinvoking methods using multiple dispatching. Filled with syntactictips and tricks, Object Oriented Perl is a sure bet for anyprogrammer who wants to learn how to use Perl objectseffectively. --Richard Dragan Topics covered: Perllanguage review, CPAN, Perl objects, 'blessing' and inheritance,polymorphism, Class::Struct and Class::Methodmaker modules, Perl tiesand closures, operator overloading, encapsulation, multiple dispatch,Class::Multimethods, coarse-grained and fine-grained objectpersistence techniques, performance issues. Customer Reviews (48)
More than objects, but a wee bit long in the tooth now
Amazing style and clarity
An excellent catch all
The first useful documentation on Perl OOP
A Must-read Advanced Perl Book, the title is misleading |
16. Perl Programming for the Absolute Beginner by Jr.Jerry Lee Ford | |
Paperback: 400
Pages
(2006-06-30)
list price: US$29.99 -- used & new: US$18.98 (price subject to change: see help) Asin: 1598632221 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Perl Absolutely Thumbs up for beginngers |
17. Higher-Order Perl: Transforming Programs with Programs by Mark Jason Dominus | |
Paperback: 600
Pages
(2005-03-28)
list price: US$75.95 -- used & new: US$44.43 (price subject to change: see help) Asin: 1558607013 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (14)
Haiku on a typewriter
good book, for people with computer science background
Solving Problems using Perl in a Functiona Programming approach
a must-read book for serious Perl programmers
Functional programming meets Perl, this is something special |
18. Perl in A Nutshell: A Desktop Quick Reference (2nd Edition) by Ellen Siever, Stephen Spainhour, Nathan Patwardhan | |
Paperback: 800
Pages
(2002-06)
list price: US$39.95 -- used & new: US$19.95 (price subject to change: see help) Asin: 0596002416 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The authors do start at the very beginning, and even in aself-described "desktop quick reference" find the time to comment onless urgent--but still interesting--Perl-related matters (like how tofind online help amidst the "Perl culture"). The format of the bookmakes sections on topics such as Perl debugging easily understandable,illustrating how to make an interactive and timesaving environment. Of particular convenience is the outstanding section on the standardPerl modules. A four-page "quick look" allows you to easily scanthrough short definitions of all the modules and find the entry you'relooking for. An index with full definitions for each module follows,showing you how to use each module and providing a more in-depthexplanation (and often, examples). Perl in a Nutshellconcludes--as you might expect--with an excellent andwell-cross-referenced index. --Jennifer Buckendorff Customer Reviews (25)
Review for Perl in A Nutshell
Excellent
I've used Perl for several years and love this book The book does have an excellent section on installing Perl including installation on both the Unix and Windows platforms.I've worked with both platforms and the installation process is well documented including how to install modules.This brings us to the large chapter on getting and installing Perl modules.I have spent hours sometimes trying to find an appropriate module for a special situation.This chapter lists all the most common modules and includes descriptions of what they do.This alone makes it a valuable resource for anyone involved in Perl. The authors also include a lot of technical information including command line options and environment variables as well as a section on program structure, data types, special variables, operators, expressions, subroutines, filehandles, and just about anything else that you might need a quick refresher on. Functions are listed both by category and by alphabetical order with descriptions and syntax information.I had a couple of problems on a large project recently and it took three days to get an answer through the forums on the Internet.The answers to all of them are right here and I could have saved myself a lot of trouble if I had had this book then. A lot of other information is available in the book including CGI programming, Webserver programming, database programming, SOAP, Network modules including Net, Mail, NNTP, FTP, and LDAP, Perl/Tk, Win32 Modules and Extensions, OLE Automation, and ODBC Extensions.This book will be the one I keep close at hand when working with Perl and deserves its location on my desktop instead of in the library."Perl in a Nutshell" is highly recommended for Perl programmers from basic to advanced level.
A handy reference, but...
Great reference! |
19. Sams Teach Yourself Perl in 21 Days (2nd Edition) by Laura Lemay, Richard Colburn | |
Paperback: 704
Pages
(2002-06-10)
list price: US$49.99 -- used & new: US$24.26 (price subject to change: see help) Asin: 0672320355 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (77)
Good introductory Perl Tutorial
Why you should buy another book
Not bad...
Great book - clear and easy to read
I haven't even finished the book and I am already feeling like a perl programmer |
20. Perl Hacks: Tips & Tools for Programming, Debugging, and Surviving by chromatic, Damian Conway, Curtis "Ovid" Poe | |
Paperback: 304
Pages
(2006-05-08)
list price: US$29.99 -- used & new: US$15.99 (price subject to change: see help) Asin: 0596526741 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description With more than a million dedicated programmers, Perl has proven to be the best computing language for the latest trends in computing and business. While otherlanguages have stagnated, Perl remains fresh, thanks to its community-based development model, which encourages the sharing of information among users. This tradition of knowledge-sharing allows developers to find answers to almost any Perl question they can dream up. And you can find many of those answers right here in Perl Hacks. Like all books in O'Reilly's Hacks Series, Perl Hacks appeals to a variety of programmers, whether you're an experienced developer or a dabbler who simply enjoys exploring technology. Each hack is a short lesson--some are practical exercises that teach you essential skills, while others merely illustrate some of the fun things that Perl can do. Most hacks have two parts: a direct answer to the immediate problem you need to solve right now and a deeper, subtler technique that you can adapt to other situations. Learn how to add CPAN shortcuts to the Firefox web browser, read files backwards, write graphical games in Perl, and much more. For your convenience, Perl Hacks is divided by topic--not according to any sense of relative difficulty--so you can skip around and stop at any hack you like. Chapters include: Whether you're a newcomer or an expert, you'll find great value in Perl Hacks, the only Perl guide that offers something useful and fun for everyone. Customer Reviews (10)
Like a collection of really good blog posts
An excellent way to get more out of Perl than you ever realized
Super-advanced Perl
A Great Collection of Perl Tricks
Excellent Compendium of Perl Tricks |
  | 1-20 of 100 | Next 20 |