e99 Online Shopping Mall
Help | |
Home - Basic P - Perl Programming (Books) |
  | Back | 21-40 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. 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 |
22. Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) by Steve Suehring | |
Paperback: 376
Pages
(2005-11-03)
list price: US$39.99 -- used & new: US$3.02 (price subject to change: see help) Asin: 1590595319 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Beginning Perl Web Development: From Novice to Professional introduces you to the world of Perl Internet application development. This book tackles all areas crucial to developing your first web applications and includes a powerful combination of real-world examples coupled with advice. Topics range from serving and consuming RSS feeds, to monitoring Internet servers, to interfacing with e-mail. You'll learn how to use Perl with ancillary packages like Mason and Nagios. Though not version specific, this book is an ideal read if you have had some grounding in Perl basics and now want to move into the world of web application development. Author Steve Suehring emphasizes the security implications of Perl, drawing on years of experience teaching readers how to "think safe," avoid common pitfalls, and produce well-planned, secure code. Customer Reviews (3)
A Sampler of What Perl Can Do on the Web
The Perl Handbook for Internet Development
Perl programming for your Internet needs |
23. 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.65 (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. |
24. Perl and XML by Erik T. Ray, Jason McIntosh | |
Paperback: 216
Pages
(2002-04-25)
list price: US$39.99 -- used & new: US$15.00 (price subject to change: see help) Asin: 059600205X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
An Archetypical O'Reilly Book
Review of Perl & XML--XML for Perl Programmers
Good book, but lots of errors in the code
Good Overview Of XML And Supporting Perl Modules
Nice overview but lacks in useful examples |
25. CGI Programming with Perl by Gunther Birznieks, Scott Guelich, Shishir Gundavaram | |
Paperback: 451
Pages
(2000-01-15)
list price: US$34.95 -- used & new: US$14.04 (price subject to change: see help) Asin: 1565924193 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description And yet not. It is an ambiguous blessing that the original CGI persists, adhering to the underside of Web service by the duct tape that is Perl. This point is not missed by Guelich, Gundavaram, and Birznieks, whose advocacy of CGI is both bolstered by the growing applications module base of Perl and tempered by their awareness of CGI's structural limitations. Both new and returning readers of CGI Programming with Perl should browse the last chapter first in order to appreciate the proposed solutions to CGI's greatest sin: its impractical slowness in a world of a million-hits-per-day Web service. The chapter describes CGI-compatible FastCGI and mod_perl technologies that circumvent the process-spawning slowness of the simple CGI. Advanced users might want to skip directly to O'Reilly's fine mod_perl tome, Writing Apache Modules with Perl and C, by Lincoln Stein and Doug MacEachern. The authors' second pass at CGI pedagogy is a lucid, honest, and expanded account that develops functionality of dynamic Web pages in a rational progression--from HTML client-server and CGI syntax basics to general input/output, forms, e-mail, graphics, and simple database applications, including maintaining client state and data persistence under the otherwise stateless HTTP protocol. The authors offer synopses of cookies, JavaScripting, server security, and XML, all of which are described in detail in other books. Whether or not neoclassical CGI is fast enough for your purposes--perhaps for guarded intranets--bear in mind that CGI is the standard to which every other Web server has had to respond. The second edition of CGI Programming with Perl is still the best introduction to the classics. --Peter Leopold Customer Reviews (32)
Write an outline before you start writing a book
Great in it's day
After the errata, then what . . . Even though it's a step up from the CGI Primer Plus for Windows book (and gets a 4 star rating), it still leaves much to be desired for the person who learns by coding!
A good place to start The first third of the book is introductory in nature, with an introduction to how forms and CGI scripts work, some discussion of parsing forms in other languages, and some simple examples. The bulk of the book contains more complex examples of tasks like writing questionaires, interfacing with relational databases, maintaining state, graphics and so forth. I did glean a lot of useful information there. The biggest problem with this book is a problem that's really common to all book on Internet programming: Standards are changing so fast that a year old book is likely to contain chapter upon chapter illustrating obsolete techniques and libraries. In "CGI Programming" there are a lot of examples using Perl modules that haven't really caught on, while some of the newer modules (obviously) aren't meantioned. Another problem is that the book is kind of scattershot in the attention it gives different topics. Still, I think this is one of the better books for someone with basic Perl skills looking to get started with CGIs. There's enough detail here to start writing CGIs, and enough information out there on the web to go on learning.
Okay, but not much there. |
26. Effective Perl Programming: Writing Better Programs with Perl by Joseph N. Hall, Randal Schwartz | |
Paperback: 288
Pages
(1998-01-09)
list price: US$44.99 -- used & new: US$9.93 (price subject to change: see help) Asin: 0201419750 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Hall has distilled his years of Perl experience into a book for Perlprogrammers that is both fluid and fun to read. It's somewhat likereading the Perl FAQ; even when you think you know everything, there'sso much you don't know. Effective Perl Programming has aclear layout: the text is easy on the eyes and the monospaced fontmakes a clear distinction between backticks and single quotes. Halluses his PEGS (PErl Graphical Structures) notation to show thedifference between Perl's different types of data structures and howeverything ties together. Packed with great examples and codesnippets, this book is an excellent source of tips and tricks to makeyour Perl programs faster and easier to read. You'll also find astrong section on using the Perl debugger to improve your Perlprogramming skills. In yet another section, Hall walks the readerthrough the creation of a complete XS module that can boost theperformance of array shuffling eight-fold. All in all, this is a greatbook for programmers who want to move beyond plain, verbose Perltoward a more succinct and powerful coding style. Customer Reviews (46)
Right ways to write Perl
great book
A fast track to idiomatic Perl
Terrific Book
Great Perl Book |
27. Perl Core Language Little Black Book, Second Edition by Steven Holzner | |
Paperback: 528
Pages
(2004-09-17)
list price: US$29.99 -- used & new: US$25.00 (price subject to change: see help) Asin: 1932111921 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (33)
Non-Fiction
Great Reference
Book in good shape
My Defacto Perl Reference
Great Perl Book |
28. Network Programming with Perl by Lincoln D. Stein | |
Paperback: 784
Pages
(2001-01-06)
list price: US$54.99 -- used & new: US$33.63 (price subject to change: see help) Asin: 0201615711 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Stein presents full, working scripts, calling attention to particularly interesting lines and passages by repeating them in the text. If a program makes use of an unusual or previously undiscussed function (and lots of them do, because one of the author's missions is to introduce the contents of specialized libraries), its syntax and legal parameters will be documented and a concise statement of its behavior provided. The example programs are the best part of this book, though. As the problems get more complicated, it's fun to watch Stein solve them with efficient, attractive code. Unless you're a really experienced professional, you'll be able to study the examples in this book and learn a lot. --David Wall Topics covered: Customer Reviews (15)
Must have for any network engineer
I am happy with this book
Excellent book
Excellent I read many computer books that are just repetitive so it can make the books thick enough to look like a 'good book' (May be this is what US raaders like). I try my best to avoid those books. Those books do not say much in hundreds of pages. But this book is not that kind of book. Every pages are worth to read. It is quite easy to follow. (I do know a bit of TCP/IP from reading other books before I read this book.) E.g. Stevens TCP/IP books. Unfortunately he died and he won't be able to update those great books. Some authors are not professional, they just copy here and there. Then they put everything together. Those are terrible books to read. Those terrible books explain some simple concept again and again and take up hundreds of pages that can be done in half of volume. It is not just wasting the readers time (time is money) but also wasting the resource (trees)! Even most college textbooks are that way. Sometimes it is even worst since they know you won't haave much choices! I seldom to give 5 stars. This book does deserve 5 stars. You will enjoy this one if you like networking.
One of my favorite Perl books. |
29. Perl Pocket Reference, 4th Edition by Johan Vromans | |
Paperback: 96
Pages
(2002-07)
list price: US$9.95 -- used & new: US$4.70 (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 |
30. 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.06 (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 |
31. Programming the Perl DBI by Tim Bunce, Alligator Descartes | |
Paperback: 364
Pages
(2000-02-04)
list price: US$34.95 -- used & new: US$34.47 (price subject to change: see help) Asin: 1565926994 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Far from being a formalized how-to or man page, Programming Perl's DBI is a mini textbook in database programming,ideal for CPAN-savvy Perl programmers with little or no experience in database programming. Descartes and Bunce develop primitive notions of databases by using flat files, and they introduce relational databases with careful didactic motivation. The example database used throughout the book contains ancient sacred monolithic sites in the UK and elsewhere, of which Stonehenge is the most famous. Readers will learn about these primitive places while storing, updating, deleting, sorting, and locking their descriptors using flat files, nonrelational and relational databases, and a tutorial on SQL. The last chapters describe the peculiarities of interacting with ODBC and introduce DBI's Perl-less diagnostic shell and database proxying. The authors use many modules--including DBI itself--that are not part of the vanilla Perl distribution, and Descartes and Bunce introduce them without explaining where to find or build them. Perl newbies with no CPAN experience may find themselves derailed early. The Storage module seems not to be available on CPAN at all (at the time of this writing). Fortunately, DBI and friends build, test, and install seamlessly under Linux/Red Hat 6.1. At 350 pages, Programming the Perl DBI is 60 percent text--filled with highly annotated Perl code--and 40 percent appendices covering a detailed specification of DBI and 3-to-5-page descriptions of each of the 14 supported databases. Brevity is a large component of this book's wit. Clarity is the rest of it. --Peter Leopold Customer Reviews (49)
Not so relevant now
The standard for Peral Database Programming
pretty good book, but so is the CPAN documentation
An alright book for the DBI beginner
still a valuable reference for multiple databases |
32. CGI Programming in C and Perl by Thomas Boutell | |
Paperback: 416
Pages
(1996-04-29)
list price: US$39.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0201422190 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
The seller was awesome.
Awesome book
A very good book
CGI Programming in C & Perl
The Truth |
33. Perl How to Program Part A & B (2 book set) by Harvey M. Deitel, Paul J. Deitel, Tem R. Nieto, D. C. McPhie | |
Paperback: 1057
Pages
(2001-02-04)
list price: US$131.00 -- used & new: US$37.09 (price subject to change: see help) Asin: 0130284181 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (33)
Perl How to program
Perl - How To Program
This book was not written by Perl programmers
Poor CD installation ...dies in the middle I am really frustrated.
I'm falling asleep |
34. Perl Database Programming by Brent Michalski | |
Paperback: 572
Pages
(2002-11-07)
list price: US$65.00 -- used & new: US$38.49 (price subject to change: see help) Asin: 0764549561 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
Perl Database Programming
totally misleading title
Perl and MySQL database ... best for title. Regards
Shame it wasn't proof read... Now I realise the pressure to get books into print in this fast moving field must be intense, but if your willing to let errors slip through then you must take your after sales service very seriously, and get an online addendum up and running when that book hits the shelves.This book has been available for over a year now, come on! I did email Michalski direct 2 weeks ago but so far no response.I expect my email was lost in a torrent of spam. I will persevere and try to work out what the missing html should look like - I guess it could be worse - it could have been the Perl code that was missing - but quite frankly I haven't got time to fill in gaps left by someone else's lack of professionalism - especially when I'm paying for it! Thumbs down to support - I'll be avoiding Michalski and Wiley in future.
so easy to read with a lot of information |
35. Perl & LWP by Sean M. Burke | |
Paperback: 264
Pages
(2002-06-20)
list price: US$39.99 -- used & new: US$25.00 (price subject to change: see help) Asin: 0596001789 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Burke's narrative takes the form of a guided tour in which he introduces his readers to aspects of the LWP modules one by one. His tone is generally straightforward (sharp commentary alternates with brief code listings, with occasional passages of reference material), but there's sometimes an undercurrent of exuberance that makes the reader want to get going with his or her own programming right away. Overall, the emphasis is on teaching both LWP and Perl itself to the extent necessary to do LWP work. Because of the concise and nicely indexed code modules, though, you'll find this book useful as a reference after you're under way with LWP. --David Wall Topics covered: How to program with LWP and Perl itself. All of LWP's strong points--including HTML parsing (with tokens and trees as well as with regular expressions), HTML generation and modification, manipulation of HTML forms, and the operation of spiders--are covered. This book has more of a tutorial tone than any similar reference material on the Internet. Customer Reviews (10)
Honest Assessment of Burke's Perl & LWP
A Wonderful Book
This book can teach you expert-level web scraping/munging. More experienced programmers will understand better why things work, but any Perl programmer will set this book down feeling empowered to turn the web into their own valet. No longer do you need to check multiple sites looking for interesting information. Instead, you can readily author code to do that for you and alert you when items of interest are found. You can use these tools to free up personal time, to harvest information to inform business decisions, to automate tedious web application testing, and a zillion other things. The author's clear exploration of the relevant Perl modules leaves the reader with a good depth of understanding of what these modules do, when you might want to use which module, and how to use them for real world tasks. Before reading the book, I knew of these modules, but they were a rather intimidating pile. I'd used a few of them on occasion for rather limited projects, but was reluctant to invest the time required to read all of the documentation from the whole collection. Mountains of method-level documentation do not a tutorial make. This book takes all of that information, selects the most important parts, and ensures that those parts are covered in progressively more powerful and/or flexible examples. If you know Perl and you're sick of 'working the web' to get information and you want the web to work for you instead, then you need this book. I had a personal project that was on the back burner for a couple of years because it just sounded too hard. The weekend after I finished this book, I wrote what I had previously thought to be the hard part of that project and it was both easy and fun. This book makes hard things not just possible, but actually easy. -matt
Great book! To get the most out of this book, you'll want to be familiar with Object Oriented programming in Perl, because (with the exception of LWP::Simple) all the modules discussed in this book use objects. Also, don't expect the LWP sample code in the book to work correctly.Many of the sites that the scripts try to "scrape" have changed their layout since this book was published, braking the scripts.This isn't a problem though, because the samples Sean provides are very short and clear, so it's not necessary to run them in order to figure out how they work.
Terrible, bug-infested book... |
36. Perl Programming for Medicine and Biology (Series in Biomedical Informatics) by Jules J. Berman | |
Paperback: 407
Pages
(2007-04-06)
list price: US$69.95 -- used & new: US$6.00 (price subject to change: see help) Asin: 076374333X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Review of Berman's Perl Programming |
37. Programming Perl (2nd Edition) by Larry Wall, Tom Christiansen, Randal L. Schwartz, Stephen Potter | |
Paperback: 645
Pages
(1996-10)
list price: US$44.95 -- used & new: US$6.44 (price subject to change: see help) Asin: B00005UL4D Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (127)
Awesome learning tool
Programming Perl (2nd Edition) review
Good book to have
Larry Wall is a genius.
Buy the 3rd edition, not the 2nd edition |
38. 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.85 (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 |
39. Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby (Chapman & Hall/CRC Mathematical & Computational Biology) by Jules J. Berman | |
Hardcover: 413
Pages
(2010-09-22)
list price: US$79.95 -- used & new: US$63.60 (price subject to change: see help) Asin: 1439841829 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Too often, healthcare workers are led to believe that medical informatics is a complex field that can only be mastered by teams of professional programmers. This is simply not the case. With just a few dozen simple algorithms, easily implemented with open source programming languages, you can fully utilize the medical information contained in clinical and research datasets. The common computational tasks of medical informatics are accessible to anyone willing to learn the basics. Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby demonstrates that biomedical professionals with fundamental programming knowledge can master any kind of data collection. Providing you with access to data, nomenclatures, and programming scripts and languages that are all free and publicly available, this book — Requiring no more than a working knowledge of Perl, Python, or Ruby, Methods in Medical Informatics will have you writing powerful programs in just a few minutes. Within its chapters, you will find descriptions of the basic methods and implementations needed to complete many of the projects you will encounter in your biomedical career. |
40. 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 |
  | Back | 21-40 of 100 | Next 20 |