e99 Online Shopping Mall
Help | |
Home - Basic P - Perl Programming (Books) |
  | Back | 41-60 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
41. Graphics Programming with Perl by Martien Verbruggen | |
Paperback: 300
Pages
(2002-06)
list price: US$39.95 -- used & new: US$12.95 (price subject to change: see help) Asin: 1930110022 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Slightly dated
The Best Book Available Thankfully Graphics Programming with Perl does not limit itself to Web graphics. While dedicating many chapters to Web graphics, the author also discusses topics, such as 3D animation using OpenGL and Renderman, that most people do not associate with the Perl programming language. Very informative! The author, Martien Verbruggen, cleary knows his stuff and it shows, especially in the opening chapters where he presents in-depth overviews of the bits and pieces in graphics programming (e.g, the drawing primitives, color spaces and palettes, file formats, et cetera). Many other books would probably breeze through such information, but not here. Not only did I learn about the graphic tools available to the Perl programmer, but I also learned a great deal about the graphic programming world in general. ... Read more |
42. Perl 6 Now: The Core Ideas Illustrated with Perl 5 (The Expert's Voice in Open Source) by Scott Walters | |
Paperback: 424
Pages
(2004-12-17)
list price: US$39.99 -- used & new: US$9.98 (price subject to change: see help) Asin: 1590593952 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description — "Mr...after reading Scott Walter's gentle overview, I am actually looking forward to Perl 6 - eagerly anticipating rather than dreading its arrival. Perl 6 Now: The Core Ideas Illustrated with Perl 5 is perfect for those eager to see where Perl is headed, Perl 5 programmers who want to know that their favorite tricks will still work in some form, and programmers wishing to open their minds to advanced programming topics. Perl 6 generalizes the language, making it more extensible, eliminating longstanding pitfalls, and adding new concepts. Thanks to some clever people and impressive efforts, many of these new features work in Perl 5, so you can start using them now in production-level code. The book teaches the basics from a Perl 6 perspective, touching on variable interpolation, datastructure use, object construction, threads, closures, symbol tables, and other core features. It then introduces continuations, coroutines, binding (or aliases), hyper operators that work on lists of data at once, set operators that work on complex datatypes, lightweight multidimensional arrays, strong type checking, autoboxing, precompilation, automatic module dependency installation, and more. Though Perl 6 changes the fundamental syntax in some areas, Perl 5 code isn't left in the lurch. Thanks to PONIE, code from both versions may coexist in a single program. You'll need to adjust only a few habits and learn a few new things, and this early adopter's guide will help you do these things. Customer Reviews (6)
As good as it's going to get
look at the advanced features
This book rocks!
Trivia and notes from the author
Perfect for early adopters of Perl 6 |
43. 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... |
44. Perl Template Toolkit by Darren Chamberlain, Dave Cross, Andy Wardley | |
Paperback: 592
Pages
(2003-12-23)
list price: US$39.95 -- used & new: US$22.36 (price subject to change: see help) Asin: 0596004761 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
A very powerful and verstile tool
Well written, but not terribly useful for what I wanted.
good book for several audiences The book is a very gentle and seemingly thorough introduction and explanation.The authors write with clarity and humor.I must admit that the authors write with such thoroughness and gentleness that I sometimes grew impatient.One addition I would have liked is more examples.Chapter 2 carefully explains a complete, but very simple example and Chapters 11 and 12 contain much richer examples.However, I find that I never learn unless I *do* and for such a long book, I was surprised that there wasn't more directly about the application of the TT. You can use this book and the toolkit without knowing any Perl.The authors explain things well and clearly.However, you will get maximum value from the TT (and grok the syntax most quickly) if you know some Perl.The material on filters and plugins (there is a chapter on each, parts of another chapter about writing your own, plus entire chapters dealing with DBI and XML plugins... it's a good chunk of the book) is wonderfully detailed and probably justifies the book. I skimmed most of the material on hacking and extending the toolkit.It seemed pretty thorough, even explaining how to alter or replace the TT syntax (right down to a quick tutorial on Yapp/yacc).I learned a lot from the little bit I read.I suspect this would be very helpful to Perl hackers and others as an example. A note about the toolkit itself.It's very powerful.In many ways, it's like Perl itself (e.g., it has a Perl-like syntax).It has exceptions but scoping seems weak and there appears not to be anything like 'use strict'. In summary, this is a good book for a variety of audiences.It is very well written and you should leave it's pages with enough know-how to use it for something like web page generation.I learned a lot about Perl and available CPAN modules (in addition to learning a lot about the TT).But I wish there was more direct practical application as examples, exercises, recipes, etc. ... Read more |
45. mod_perl Developer's Cookbook by Geoffrey Young, Paul Lindner, Randy Kobes | |
Paperback: 672
Pages
(2002-02-07)
list price: US$39.99 -- used & new: US$16.99 (price subject to change: see help) Asin: 0672322404 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description mod_perl is a unique piece of software that wholly integrates the power of Perl with the flexibility and stability of the Apache Web server. With mod_perl, developers can harness the power of the full Apache API and develop Web applications quickly and without sacrificing performance. The mod_perl Developer's Cookbook teaches programming with the mod_perl API by example. The book takes developers from the basics of mod_perl to the development advanced Web applications. Developers will learn tricks, solutions, and mod_perl idioms gleaned from the authors' experience as developers and expert users of mod_perl. Geoffrey Young is a frequent contributor to the mod_perl community and has written scores of mod_perl handlers, the most useful of which can be found on CPAN. Paul Lindner manages, designs, and implements mod_perl applications at Critical Path. He is a long-time Internet and open-source developer, and was one of the founders of the Internet Gopher at the University of Minnesota. Randy Kobes is a professor of physics at the University of Winnipeg who conducts research on chaos and fractals. He used mod_perl to establish a search engine for CPAN. Customer Reviews (7)
The book mod_perl programmers have been waiting for This book uses the popular "cookbook" approach, where the content is broken down into short "recipes" each of which addresses a specific problem. There are almost two hundred of these recipes in the book arranged into chapters which discuss particular areas of mod_perl development. In my opinion the cookbook approach works much better in some chapters than in others. It's the start of the book where the cookbook approach seems most forced. In chapter 1 problems like "You want to compile and build mod_perl from source on a Unix platform" provide slightly awkward introductions to explainations about obtaining and installing mod_perl on various platforms (kudos to the authors for being up-to-date enough to include OS X in list list). All the information you want is there however, so by the end of the chapter you'll have mod_perl up and running. Chapter 2 looks at configuration options. It tell you how to get your CGI programs running under mod_perl using the Apache::Registry module which simulates a standard CGI environment so that your CGI programs can run almost unchanged. This will give you an immediate performance increase as you no longer have the performance hit of starting up a Perl interpreter each time one of your CGI programs is run. This chapter also addresses issues like caching database connections and using mod_perl as a proxy server. We then get to part II of the book. In this section we look at the mod_perl API which gives us to the full functionality of Apache. This allows us to write Perl code which is executed at any time during any of the stages of Apache's processing. Chapter 3 introduces the Apache request object which is at the heart of the API and discusses various ways to get useful information both out of and back into the object. Chapter 4 serves a similar purpose for the Apache server object which contains information about the web server and its configuration. In chapter 5 the authors look at Uniform Resource Indentifiers (URIs) and discuss many methods for processing them. Chapter 6 moves from the logical world of URIs to the physical world of files. This chapter starts by explaining the Apache::File module before looking at many ways to handle files in mod_perl. The previous few chapters have built up a useful toolkit of techniques to use in a mod_perl environment, in chapters 7 and 8 we start to pull those techniques together and look in more detail at creating handlers - which are the building blocks of mod_perl applications. Chapter 7 deal with the creation of handlers and chapter 8 looks at how you can interact with them to build a complete application. Chapter 9 is one of the most useful chapters in the book as it deals with benchmarking and tuning mod_perl applications. It serves as a useful guide to a number of techniques for squeezing the last drops of performance out of your web site. Chapter 10 is a useful introduction to using Object Oriented Perl to create your handlers. Whilst the information is all good, this is, unfortunately, another chapter where the cookbook format seems a little strained. Part III of the book goes into great detail about the Apache lifecycle. Each chapter looks at a small number of Apache's processing stages and suggests ways that handlers can be used during that stage. This is the widest ranging part of the book and it's full of example code that really demonstrates the power of the Apache API. I'll just mention one particular chapter in this section. Chapter 15 talks about the content generation phrase. This is the phase that creates the actual content that goes back to the user's browser and, as such, is the most important phase of the whole transaction. I was particularly pleased to see that the authors took up most of this chapter looking at methods that separate the actual data from the presentation. They have at recipes that look at all of the commonly used Perl templating systems and a few more recipes cover the generation of output from XML. Finally, two appendices give a brief reference to mod_perl hooks, build flags and constants and a third gives a good selection of pointers to further resources. This is the book that mod_perl programmers have been waiting for. The three authors are all well-known experts in the field and it's great that they have shared their knowledge through this book. If you write mod_perl applications, then you really should read this book.
Excellent single-point reference
Slam dunk
Great for profiling and tuning
The best 'Best Practices' book |
46. Perl and CGI for the World Wide Web (Visual QuickStart Guide) by Elizabeth Castro | |
Paperback: 272
Pages
(1998-11-13)
list price: US$18.99 -- used & new: US$1.99 (price subject to change: see help) Asin: 020135358X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description In Perl and CGI, sheexplains basic concepts--such as the difference between a compiled andan interpreted script--within the text, so there's no need to keepflipping back to the glossary. Readers should be familiar with HTMLand comfortable with technical explanations, diagrams, and generalvocabulary. Anyone trying to get a grasp on something as complexand powerful as Perl will appreciate Castro's relativelystraightforward technique. For example, in the first chapter, Castroexplains some basic Perl concepts sensibly: that the $ standsfor the s in scalar; the @ sign stands for thea in array; and that the % that labels a hash orassociative array indicates two circles on each side of the slash asparts of a pair. This granular, logical way of building Perl knowledgewill get new Perl users started. More experienced users will want touse this book as a workbook and refresher. --JenniferBuckendorff Customer Reviews (95)
great intro. to perl
Birds Friend or foe
Birds Friend or foe
Excellent starter; useful reference into intermediate level
Don't buy this book. |
47. The Perl CD Bookshelf, Version 3.0: 7 Bestselling Books on CD-ROM Includes a Bonus Book!Perl in a Nutshell, 2nd Edition by O'Reilly & Associates | |
Paperback: 800
Pages
(2002-09-25)
list price: US$119.95 Isbn: 0596003897 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
A must-have
PERL by the TON
ANYONE who writes any Perl should buy this
It's a bargain
(Almost) everything a Perl Programmer needs Personally a CD with books is just an add-on to the printed versions, that I can read everywhere (bed, beach ...) and that I can mark in different colours and write on. Online books for me are for online searching and online reading of a few chapters. This CD contains all the books in HTML format with a Java based full text search engine (works for me with IE 5.5 and mostly works with Netscape ... and an HTML based Master Index. There is a problem in the Master Index for the letter "L" (bad links, see Errata). Go to the O'Reilly website and download the updated file for this index. Additionally to the online searching capabilities I really like the capability to use the WWW links to external resources directly from the CD (e.g. to CPAN). I think that the quality of the HTML translation of the books is quite high. It seems however that you need a rather new browser because we had some problems with Netscape 4.7 with the documentation. I like that all the links within the documentation are relative so that you can copy the CD wherever you like and still use it (even put it on your internal WWW server which is of course illegal). The size is rather small (60MB for all the books) so that you can put it on your laptop for mobil work. You can find the following books on the CD: The book "Perl in a Nutshell (2nd Edition) as a printed version is part of the package as a "bonus book". I like it as a reference book. Unfortunately O'Reilly did not put all its Perl books on this CD. For total happiness I am missing the following books (name your own): The price for the CD is not really low but compared with the printed versions of all the books it is reasonable from my point of view. If you are a mobile Perl user I can really recommend this CD. ... Read more |
48. Scripting with Objects: A Comparative Presentation of Object-Oriented Scripting with Perl and Python by Avinash C. Kak | |
Paperback: 1280
Pages
(2008-06-03)
list price: US$99.95 -- used & new: US$77.35 (price subject to change: see help) Asin: 047039725X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Scripting languages are becoming increasingly important for software development. These higher-level languages, with their built-in easy-to-use data structures are convenient for programmers to use as "glue" languages for assembling multi-language applications and for quick prototyping of software architectures. Scripting languages are also used extensively in Web-based applications. Based on the same overall philosophy that made Programming with Objects such a wide success, Scripting with Objects takes a novel dual-language approach to learning advanced scripting with Perl and Python, the dominant languages of the genre. This method of comparing basic syntax and writing application-level scripts is designed to give readers a more comprehensive and expansive perspective on the subject. Beginning with an overview of the importance of scripting languages—and how they differ from mainstream systems programming languages—the book explores: Regular expressions for string processing The notion of a class in Perl and Python Inheritance and polymorphism in Perl and Python Handling exceptions Abstract classes and methods in Perl and Python Weak references for memory management Scripting for graphical user interfaces Multithreaded scripting Scripting for network programming Interacting with databases Processing XML with Perl and Python This book serves as an excellent textbook for a one-semester undergraduate course on advanced scripting in which the students have some prior experience using Perl and Python, or for a two-semester course for students who will be experiencing scripting for the first time. Scripting with Objects is also an ideal resource for industry professionals who are making the transition from Perl to Python, or vice versa. Customer Reviews (1)
Damn good book |
49. Real World SQL Server Administration with Perl by Linchi Shea | |
Paperback: 832
Pages
(2003-07)
list price: US$59.99 -- used & new: US$2.81 (price subject to change: see help) Asin: 159059097X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Real World SQL Server Administration with Perl is written with the goal of super-charging your SQL Server administration skills with Perl scripting, taking you to the next level of SQL Server administration. Through a broad range of scenarios, this book shows you how to write Perl scripts (often in combination with T-SQL scripting) to solve a wide variety of SQL Server administration problems. This unique book will provide you with the techniques to conquer real-world problems that frequently trouble DBAs. You will take away at least two things from reading this book: a DBA toolkit complete with over 150 Perl scripts, and problem-solving techniques perfect for attacking additional SQL Server administrative challenges. Many of the sample problems are described in SQL Server 7 or 2000 context, but in reality, the examples aren't version specific&emdash;all the Perl scripts are open and may be adapted to work with any version of SQL Server. Customer Reviews (3)
Great resource when working SQL Srvr and/or Perl on Windows
Fantastic Perl/Windows/SQL Server book
Very practical |
50. Weaving a Website: Programming in HTML, Java Script, Perl and Java by Susan Anderson-Freed | |
Paperback: 747
Pages
(2001-08-16)
list price: US$95.80 -- used & new: US$20.73 (price subject to change: see help) Asin: 0130282200 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description A comprehensive introduction to web programming, requiring no prior programming experience, this book begins with HTML and moves to progressively more difficult programming languages—JavaScript, Perl, and Java. It emphasizes a hands-on approach, and contains clear instructions for carefully chosen visual examples from a wide variety of topics that will appeal to most individuals—encouraging them to find ways to capture their interests in creative web pages. Chapter topics include fonts and colors; lists; tables; anchors and images; frames and image maps; cascading style sheets; arithmetic, selection, and iteration statements; functions and objects; arrays; forms and form elements; elementary data types; and graphics. For Web Masters, Web Page Developers, and Graphic Designer for Web pages. Customer Reviews (6)
Error Ridden
Its pretty good
Fantastic book
From a former student I still own a copy of her book because I have penned in corrections to many of the errors in the book.It covers a little bit of everything, and the little bit of reference I need for Perl and Java are met by this book and web references.However, I also currently own and recommend the HTML 4 Bible and JavaScript Bible, both published by IDG Books.I would recommend the Bible series of computer books over Dr. Anderson-Freed's book to anyone who requires a web-related programming reference.The same goes for IWU students who are taking her classes: don't buy this book.While her book contains many examples (many of which she uses in class), a good portion of her examples have code that does not produce the desired results.You would be better off reading another text and recreating the examples on your own.
The best JavaScript out there |
51. Learning PERL the Hard Way: Perl Programming for Beginners by Allen B. Downey | |
Paperback: 72
Pages
(2009-03-20)
list price: US$11.95 -- used & new: US$10.13 (price subject to change: see help) Asin: 1441419039 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Deliberately Do Things Wrong When Learning a New Language
Why buy a book that gets the name of its subject wrong? |
52. Modern Perl Programming by Michael Saltzman | |
Paperback: 368
Pages
(2002-02-14)
list price: US$44.99 -- used & new: US$3.55 (price subject to change: see help) Asin: 0130089656 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
A Perl Novice's Resource - Not a Begginer's Tutorial
From the author
Incomplete Index, errors, some material not fully explained
Unneccesarily Complicated Examples In my opinion the author does not explain the details of the different functions of Perl he just assumes you know them and starts using them.He also starts using functions in early examples without first explaining what the function does.How can you learn arrays when his example has looping though he hasnt explained it yet?His examples are unneccesarily complex and could be written simply to get the same point accross. A much better book is 'Teach Yourself Perl in 24 Hours' Second Edition by Clinton Pierce.Get it and get programming with Perl today.
The book I have been looking for. I purchased this book recently when tasked with a web programming project that I didn't quite know how to accomplish.This book not only helped me through my project, but is quickly becoming the resource I rely on for all of my Perl questions.This is THE book I've been looking for! ... Read more |
53. MySQL and Perl for the Web by Paul DuBois | |
Paperback: 552
Pages
(2001-08-13)
list price: US$44.99 -- used & new: US$10.14 (price subject to change: see help) Asin: 0735710546 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description MySQL and Perl for the Web provides a much-needed handbook for database and Web developers seeking an extensive and detailed guide for using the combination of MySQL and Perl to build dynamic and interactive database-backed Web sites. It shows how to use Perl's DBI database access module, pairing it with with the CGI.pm module that allows Web pages and forms to be generated and processed easily. These tools provide developers with a solid foundation for creating applications that incorporate database content to create dynamic, up-to-date Web sites. The book employs a practical learn-by-doing approach that demonstrates development techniques by building complete applications, not just fragmentary pieces. It shows what to do at each step of the way during the process of building live, working examples. Applications are fully explained so you can understand how they work and apply the techniques they illustrate to your own projects. The book is perfect for developers of Web sites running on Apache on Unix. Loyalties vary in terms of operating systems, Web servers, and scripting languages, but those who find their home in the Unix and Perl environments will find this book right up their alleys. The target audience is developers somewhat familiar with Perl and the Unix-based Web server environment, but you'll find the book illustrative even if your knowledge is sketchy. After showing how to make database connections using Perl and MySQL, author Paul DuBois dives into some useful real-world examples to help you build your skills. He shows how to implement a simple to-do list application, an online product registration site, contests, online polls, image databases, an online greeting card service, and more.There is also excellent coverage of search facilities and session management. The sample code for the applications in this text is presented in small pieces in context with the discussion; most of the space is devoted to explanations of the issues and implementation. All of the code is available, however, from the book's companion Web site. This tutorial is an excellent way for Perl developers to move to the next level of development and make the most of some powerful, free tools. --Stephen W. Plain Customer Reviews (26)
A great book to get you up to speed
An excellent book on both MySQL and Perl.
This is the most important book in my library (of over 300) The attention to detail and accuracy of the examples is just incredible! This is by far the most used reference book in my library.After repeatedly having to tape the book together, I finally gave it away and bought a new one. Following his examples eliminates many potentialpitfalls that would otherwise result in hours of troubleshooting. I can't imagine how I would have ever learned this information without the expert advice of the author, Paul DuBois.His coverage of CGI.pm is essential as well as his list of other books to read. I think I have all his other books as well. He even returned email almost immediately! My only complaint is that it isn't bound in leather!
Clear explanations and excellent examples
MySQL and Perl but no templates? Seems like a big omission to me. YMMV. ... Read more |
54. Perl 5 Desktop Reference (A Nutshell handbook) by Johan Vromans | |
Paperback: 46
Pages
(1996-02-01)
list price: US$6.95 -- used & new: US$1.19 (price subject to change: see help) Asin: 1565921879 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
The book to have close at hand when learning perl These days I don't use it as much, mainly because my knowledge of Perl has grown to the point where I have fewer questions of usage, but also because I have the CD-Rom edition of O'reilly's "Webmaster in a Nutshell" which contains a full text version of "Programming Perl". I can now look things up electronically in about the same time I could onpaper. Perl's quirky syntax and the attitude built into the language of there's always more than one way to do it, makes having multiple reference sources a requirement, if only to find the Perl guru who thinks like you do. Vromans uses a clean, straightforward style which is a refreshing change from the sometimes too humorous style of Larry Wall and Randal Schwartz. ... Read more |
55. 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 |
56. Pro Perl by Peter Wainwright | |
Paperback: 1064
Pages
(2005-03-24)
list price: US$59.99 -- used & new: US$36.17 (price subject to change: see help) Asin: 159059438X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Over the years, Perl has grown from an elegant scripting tool into a mature and full-featured language for application development, boasting object-oriented programming, a flexible threading model, built-in support for Unicode, and a thriving community. Available on almost every platform, and offering a comprehensive library of modules, there is no task too big or small for Perl to tackle. Pro Perl helps you master the key features and complexities of this powerful language. Aimed at intermediate and advanced developers alike, the material assumes some general knowledge of programming concepts but not necessarily prior Perl experience. However, given the expansive coverage of core language topics, Pro Perl also serves as a valuable guide to seasoned Perl programmers seeking to push their proficiency to the next level. Using a depth-first approach to aid learning of advanced concepts, you're provided with detailed examinations of many key topics, including regular expressions, networking, modules and packages, object-oriented development, and much more. Pro Perl seeks to provide developers with not only the answers to their programming questions, but also advanced ideas and related concepts that expand the developer's understanding of Perl as a language. This edition of Pro Perl offers updated and expanded content, and improved organization by combining material from previous editions of Professional Perl Programming and Professional Perl Development. Customer Reviews (8)
Comprehensive, but excessively wordy
Pro Perl Book Review
Did anyone proof this? Where are the errata?
Refence Manual, Plus So Much More
This has become one of my favorite references |
57. Programming the Network with Perl by Paul Barry | |
Paperback: 400
Pages
(2002-04-11)
list price: US$80.00 -- used & new: US$29.99 (price subject to change: see help) Asin: 0471486701 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Originally created as a tool for System Administrators, the Perl Programming languauge has matured into a powerful, yet easy-to-use, general-purpose programming language. Widely used on the Internet, Perl is the programming language of choice when it comes to adding dynamic content to websites using the Common Gateway Interface (CGI). Its strengths - simplicity, power and adaptability - make it an excellent vehicle with which to study computer networking and to program computer networks in general. In Programming the Network with Perl, Paul Barry applies Perl to the study of tradiitonal computer networking topics. After an introductory tutorial to the Perl programming language appropriate for the non-Perl programmer, five key computer networking topics are examined from the perspective of the software engineer using Perl. The associated website provides Perl links, downloadable source code, presentation materials (in PDF format), and instructions for joining the pertnetbook discussion mailing list. Customer Reviews (1)
Exactly what I had hoped for |
58. Randal Schwartz's Perls of Wisdom by Randal Schwartz, Apress | |
Paperback: 350
Pages
(2004-12-14)
list price: US$34.99 -- used & new: US$3.99 (price subject to change: see help) Asin: 1590593235 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Randal Schwartz's Perls of Wisdom is a collection of more than 70 columns from popular and prolific Perl columnist Randal Schwartz. These insightful pieces cover everything from Perl basics to how to decompose XML using an HTML parser. Schwartz's unique writing style and (sometimes) truly twisted use of Perl makes for exciting reading for those who want to enhance their Perl skills. Customer Reviews (8)
Enjoyable, if dated
Some good, some not so good
Useful tidbits abound
Messy, even for an article book
Great help! |
59. 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! |
60. Pro Perl Debugging by Richard Foley, Andy Lester | |
Hardcover: 296
Pages
(2005-03-14)
list price: US$54.99 -- used & new: US$1.99 (price subject to change: see help) Asin: 1590594541 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description — Tony Lawrence, aplawrence.com Combining the best features of C, UNIX utilities, and regular expressions, Perl has grown as one of the most powerful and popular scripting languages. The valuable Perl is often used forsystem administration, text processing and Web programming. It is even being used for more exotic areas, like bioinformatics. Perl is supported by all of the most prominent operating systems, including Windows, Unix, OS/2, Amiga, and others. Pro Perl Debugging steps in to help resolve the dilemma of application testing and debugging&emdash;one of the biggest time commitments in a programmer's daily routine. What this book will do is rescue you from substandard application testing practices. The book commences with several chapters that overview the debugger's basic features, then covers common debugging scenarios. The concluding portion examines debugger customization, alternative debugging utilities, and debugging best practices. Customer Reviews (6)
Five for content, Two or Three for Accuracy ...
Nice Perl debugging reference
quite useful, but deserves a second edition
Invaluable
Perl has a Debugger? |
  | Back | 41-60 of 100 | Next 20 |