e99 Online Shopping Mall
Help | |
Home - Basic P - Perl Programming (Books) |
  | Back | 61-80 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
61. Programming Perl in the .NET Environment by Yevgeny Menaker, Michael Saltzman, Robert J. Oberg | |
Paperback: 496
Pages
(2002-10-04)
list price: US$44.99 -- used & new: US$19.54 (price subject to change: see help) Asin: 0130652067 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Programming Perl in the .NET Environment
Programming Perl in the .NET Environment
Programming Perl in the .Net Environment With my limited experience in object oriented programming, this book presented the topics in the right order to overcome my lack of OO experience. I did have a few instances of failing to find specific terms in the index. This book will continue to be a valuable resource as I continue to refine my Perl skills in creating perl modules and utilizing Perl in the .Net environment.
Strange mix - comes up quite well I found the mix of Perl and Dot.NET quite strange - that's why I was surprise to see a book on that matter. I felt very curious to see how can it work together. Perl has lots of advantages that make it such an enormous success - very easy to write fast and efficient code. The way Perl works with the rich options of Microsoft's new engine is good. I like the combination. It works well, the examples are quite good. The first part of the book looks similar to every Dot.NET one can find, but the second part is the value for this book - and that's why I liked it. Good techinal explainations and examples.
Review from the lead author I hope you will enjoy reading and our code samples will be useful and helpful for you. Happy reading and programming! ... Read more |
62. A Little Book on Perl by Robert Sebesta | |
Paperback: 190
Pages
(2000-01-08)
list price: US$52.60 -- used & new: US$43.39 (price subject to change: see help) Asin: 0139279555 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
Great for people who already know how to program I think only one addition would make this book even better: have a list of resources (other books, web sites) at the end of each chapter to find more information about certain topics.For instance, the chapter on CGI programming can point readers to Lincoln Stein's book on CGI.pm for more detailed information.
Mediocre at Best
To the point A 'Little Book on Perl' is just that. I skimmed over it for 30mins onthe bus each morning and after 3 days felt I knew enough to throw away myawk and shell scripts and use perl in anger. This being a small book is agreat advantage for someone familar with programming - you get to know thebasic features of the language fast. There are however some irritations -the opening example script has typos, and some of the page numbers areincorrect - my copy has the debugger chapter included twice. Still it isthe best perl book I have seen.
A Little Book on Perl - R.W. Sebesta, ISBN: 0139279555 A 'Little Book on Perl' is just that. I skimmed over it for 30mins onthe bus each morning and after 3 days felt I knew enough to throw away myawk and shell scripts and use perl in anger. This being a small book is agreat advantage for someone familar with programming - you get to know thebasic features of the language fast. There are however some irritations -the opening example script has typos, and some of the page numbers areincorrect - my copy has the debugger chapter included twice. Still it isthe best perl book I have seen.
Good - despite the typos A 'Little Book on Perl' is just that. I skimmed over it for 30mins onthe bus each morning and after 3 days felt I knew enough to throw away myawk and shell scripts and use perl in anger. This being a small book is agreat advantage for someone familar with programming - you get to know thebasic features of the language fast. There are however some irritations -the opening example script has typos, and some of the page numbers areincorrect - my copy has the debugger chapter included twice. Still it isthe best perl book I have seen. ... Read more |
63. 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 |
64. PERL in Easy Steps by Mike McGrath | |
Paperback: 192
Pages
(2003-11-14)
list price: US$14.99 -- used & new: US$11.44 (price subject to change: see help) Asin: 1840782609 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Good for beginners |
65. Perl and Apache: Your visual blueprint for developing dynamic Web content by Adam McDaniel | |
Paperback: 448
Pages
(2010-10-12)
list price: US$34.99 -- used & new: US$19.91 (price subject to change: see help) Asin: 0470556803 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Perl and Apache have been providing Common Gateway Interface (CGI) access to Web sites for 20 years and are constantly evolving to support the ever-changing demands of Internet users. With this book, you will heighten your knowledge and see how to usePerl and Apache to develop dynamic Web sites. Beginning with a clear, step-by-step explanation of how to install Perl and Apache on both Windows and Linux servers, you then move on to configuring each to securely provide CGI Services. CGI developer and author Adam McDaniel shows techniques for effectively developing and maintaining dynamic sites and he shares real-world examples describing MySQL database access, PayPal credit-card transactions, and sample Facebook and Twitter interfaces. With this book, you’ll benefit from a wealth of techniques and resources that you won’t find anywhere else. |
66. Professional Perl Programming by Aldo Calpini, Arthur Corliss, Juan Julian Merelo Guervos, Chris Nandor, Aalhad Saraf, Peter C. Wainwright, Simon Cozens, JJ Merelo-Guervos, Aalhad Saraf, Chris Nandor, Shelley Powers | |
Paperback: 1215
Pages
(2001-01-31)
-- used & new: US$60.00 (price subject to change: see help) Asin: B0000B0T0S Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book provides comprehensive coverage of the Perl language. It covers the fundamentals of data types and file handling through advanced features like regular expressions, object-oriented programming, threads, internationalization, and integrating Perl with the C programming language. The latest version of the language, Perl 5.6, is used throughout, with commentary for those with earlier versions. Weighing in at over 1,200 pages, the text is dedicated to the principle that more is more, yet in covering the breadth of today's Perl, it doesn't ever lose sight of the practical details. One of the best feautures is its attention to running Perl in multiple environments. Early sections look at installing and running Perl on Unix, Windows, and the Mac. There is plenty of advice on how to run and deploy scripts, including excellent sections on the internals of Perl, autoloading modules, and creating installable modules for distribution. A practical, hands-on focus is the rule throughout this text, which features short code excerpts rather than full-length scripts. Early sections cover pretty much the entire Perl language in significant detail, from data types (including scalars, arrays, and hashes, which help give Perl its distinctive personality) to flow control statements and their scoping rules. An important chapter presents object-oriented Perl, including common class design constructs like inheritance. The emphasis of much of this book is on detailing the use of key Perl modules to perform basic and important tasks like file I/O, working with files and directories, process control, and networking. One notable section covers regular expressions with a clearly presented (yet sophisticated) tutorial to this essential Perl feature. (Besides the fundamentals, the book examines optimizing your regular expressions for better performance.) Later sections show you how to do networking in Perl, as well as how to get Perl to interoperate with C and even Java. The book closes with a concise listing of available Perl functions, as well as the most important Perl modules. Professional Perl Programming doesn't dumb the subject down. Perl is infinitely rich and sometimes difficult, and this book is up to the task. It succeeds at presenting a wide-ranging tour of today's Perl with enough information to please even experienced Perl programmers. It contains much to mine in the way of basic and expert material that any intermediate to advanced developer can use to do more with Perl in everyday programming projects. --Richard Dragan Topics covered: Customer Reviews (7)
Printed version of online manual ?
WROX rocks
very detailed but not easy to read Still, in all fairness, this is a very comprehensive book with lots of topics not covered in other books. Also the paper is of good quality. Probably every advanced user should go through the book to pick up on things other books leave out.
Highly recommended for a broad audience
An excellent book for advanced programmers. Until now, I was an o'reilly zealot, clinging to my camel book and my CD bookshelf as the Only True Word. Finally, here is the first real competitor to that series of books, with a fresh approach to the language that shows that the authors really know what they are doing. So far, the book has done a great job covering all my industrial-strength perl questions with_examples that work_ and clear, concise explanations of the methods and the context. I find that the examples are really applicable to my professional needs as a contract perl programmer. There's a great section on object-oriented perl, as well as a good debugging section. IMHO, This is the best perl book out in a while. ... Read more |
67. Perl and CGI for the World Wide Web, Second Edition by Elizabeth Castro | |
Paperback: 336
Pages
(2001-06-08)
list price: US$24.99 -- used & new: US$2.86 (price subject to change: see help) Asin: 0201735687 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (28)
Long on examples, short on detail
I love this book
I checked it out from a library and liked it so much I bought it!
Great Introduction to Perl
Really hard to follow |
68. Mastering Perl for Bioinformatics by James D. Tisdall | |
Paperback: 377
Pages
(2003-06)
list price: US$49.99 -- used & new: US$26.87 (price subject to change: see help) Asin: 0596003072 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (9)
Good starting material for programming perl in bioinformatics
Only chapters 4, 5 and 9 make it a worthwhile "Masters" book
A good follow-on to Tisdall's other Perl book
Perhaps the CGI could have been omitted?
Good Companion text |
69. Web, Graphics & Perl TK: Best of the Perl Journal | |
Paperback: 448
Pages
(2003-03)
list price: US$39.95 -- used & new: US$27.05 (price subject to change: see help) Asin: 0596003110 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Good TPJ articles for the topics Web, Graphics and TK - Web programming with Perl The chapter about "Web programming" covers roughly the following topics: I found the main chapter "Web programming" very interesting and a good introduction into the topics that it covered. The chapter "Graphics" is a collection of articles about Graphics programming without the use of Perl/TK (e.g. GD, Perl and GIMP). I found the articles to be quite interesting and to contain some very good ideas. Because I am a database guy, I will not use most of these ideas but I will definitely use GD to generate web graphics. It is always amazing how much you can do with Perl and how easy this can be (sometimes). The third part of the " Web, Graphics and Perl/TK" deals with Perl/TK only. I personally do not really understand TK (even when I was still using TCL/TK) so that I cannot really comment on the contents of these articles. I found them quite readable and the stile was OK. However if I had to (re-)learn TK, these articles would not be enough. If I need to use Perl/TK, I will buy the O'Reilly books that cover Perl/TK. I like this TPJ series because the authors cover a certain aspect of Perl or Perl usage in a very condensed form that makes it easy to get a quick start in this area. I am really looking forward to reading "Games, Diversions and Perl Culture" (last book of this series ... Read more |
70. Practical mod_perl by Stas Bekman, Eric Cholet | |
Paperback: 924
Pages
(2003-05)
list price: US$49.95 -- used & new: US$24.84 (price subject to change: see help) Asin: 0596002270 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
An excellent investment
As the title suggests
mod_perl from the horse's mouth
Definitive guide to mod_perl administration Stas Bekman and Eric Cholet are two of the best-known and (probably more importantly) most respected names in the mod_perl community so you can be sure the the information you get in this book is going to be top quality. Part 1 of the book is about mod_perl administration. It starts with an overview of what mod_perl is and how it relates to CGI and the Apache web server before going into a chapter which gives a quickstart guide to installing and using mod_perl on some of the most common platforms. Chapter three then goes back over the installation process in far more detail. Chapter four explains how to configure mod_perl in various ways and chapter five cover monitoring, upgrading and maintaining your mod_perl enabled web server. Chapter 6 is full of advice about how to write Perl code that takes advantage of mod_perl's features. Part 2 is all about mod_perl performance and contains chapters about benchmarking and tuning your server. I found chapter twelve to be particularly useful as it discusses a number of useful strategies for splitting server load between a mod_perl server for dynmaic content and a "plain" (non-mod_perl) server for static content. Other chapters in this section cover other strategies for improving performance by tuning Apache's configuration, changing your Apache and mod_perl build options and being cleverer about the HTTP headers that you return. Most dynamic web sites have a database involved somewhere so part 3 covers using databases with mod_perl. Part 4 is all about debugging and troubleshooting your mod_perl server. Finally, part 5 looks at what has changed with the release of the forthcoming mod_perl 2.0. And this isn't just theoretical stuff. The two authors have been involved in developing mod_perl for a long time but they are also mod_perl users. You can just tell from the way they write that the problems they discuss are problems they have dealt with. This is the voice (or, rather, voices) of experience. A lot of the text in the book is based on the mode_perl guide which has been available on the web for some time, but all of the content has been revisited, updated and expanded. This book is not really in competition with books like The mod_perl Developers Cookbook or the older Writing Apache Modules with Perl and C as those books largely concentrate on how to write code for mod_perl whereas the emphasis in this book is on configuring and administering a mod_perl server. And if you are the administrator of a mod_perl server then you should really consider adding this book to your library.
Useful, informative volume on mod_perl The almost 900 pages are divided into five parts and a bunch of appendices. Part I, "mod_perl Administration" covers building, configuring and installing mod_perl, followed by some Apache details and an 80-page guide to coding with mod_perl in mind. Part II, `mod_perl Performance' deals with ways of getting the best out of Apache and mod_perl, with a little about security. Part III deals with databases, including persistent connections and data sharing. Part IV is a great guide to debugging and troubleshooting. Part V is a brief look at Apache 2 and mod_perl 2. The appendices are useful. The first is a short section of around a dozen small `recipes' for performing various tasks using mod_perl. I found these a good base for more complex tasks, particularly when combined with examples from elsewhere in the book. The second is a list of Perl modules that extend Apache and mod_perl with a brief description of each. The third gives some strategies for providers wanting to host Apache with mod_perl. The fourth and fifth give good overviews of the Template Toolkit and AxKit, an XML application server built on mod_perl. The book is readable, tending towards heavy writing and certainly dense, but I didn't feel this was a problem in a book meant for a fairly advanced audience. I think you'd want to be a fairly good Perl programmer and well versed in Apache before needing this volume and shouldn't expect to be spoon fed. I thought it well written. In a book of this size you expect to find a lot of example code, and you won't be disappointed. The book is peppered with short Perl examples and example command lines and configurations, all well explained. The one shortcoming is that there aren't many examples of full-blown applications where you can see everything discussed and have it explained all in one place. I would have appreciated some more of this, the examples tend to be on the short side. This book sits well in the marketplace. It provides more details on running, installing and configuring mod_perl and Apache than mod_perl Developer's Cookbook (and also delves more into the reasons for doing something one particular way and much more help on debugging), though the Developer's Cookbookbecomes a good companion to this volume as it provides a lot more in the way of examples. For those that want to get deep into the high end of mod_perl there is Writing Apache Modules in Perl and C, which is at core a good book on high end mod_perl programming. O'Reilly have their usual website with Table of Contents, an example chapter, and errata. The authors have their own website with some of the same information and all the code examples from the book as both individual files and one 40k tarball. I would recommend this book to anyone who administers and writes for mod_perl, it fills the missing pieces in mod_perl Developers Cookbook and is a good companion volume to it. ... Read more |
71. Mastering Perl/Tk by Stephen O. Lidie, Nancy Walsh | |
Paperback: 746
Pages
(2002-01)
list price: US$44.95 -- used & new: US$40.44 (price subject to change: see help) Asin: 1565927168 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
Excellent for more advanced Pe;rl/Tk applications
Outdated!! - perl/tk is not even used anymore
Mastering may be an overstatement
don't buy Perl/Tk book
Get this one INSTEAD of 'Learning Perl/Tk', not in addition to |
72. Mastering Algorithms with Perl by John Macdonald, Jon Orwant, Jarkko Hietaniemi | |
Paperback: 701
Pages
(1999-08-18)
list price: US$34.95 -- used & new: US$12.40 (price subject to change: see help) Asin: 1565923987 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The best thing aboutMastering Algorithms in Perl is the scope at which it coversthe universe of algorithms while refraining from getting bogged downin academic detail. Besides basic data structures--a lynchpin of bookson algorithms--the authors provide dozens and dozens of algorithms forsorting, searching, and doing mathematical computations of allkinds. While they discuss "Big-O" notation and assume a generalfamiliarity with math, they don't overwhelm the reader. (You can evenborrow the code without needing a math degree to understand it.) Thefocus is on efficient, reusable Perl subroutines written and compiledby three Perl experts. Standout chapters include extending Perl'salready powerful string processing abilities, game programming, andcryptography. Generally, the authors achieve a good mix of moreadvanced (and less well-known) algorithms, along with thebasics. Chances are you won't need to use all the dozen or so sortingalgorithms presented here, but the authors include them all, just incase. As a reference and tutorial, readers can pick and choose whatthey need for real-world Perl development. There hasn't been a bookdedicated exclusively to Perl algorithms prior to the publication ofthis one. In all, Mastering Algorithms in Perl fills a usefulniche by compiling a powerful library of Perl algorithms that will beuseful for anyone who works with this programming language, whether inbusiness or academic computing. --Richard Dragan Topicscovered: Perl data types, Big-O notation, data structures, queues,deques, linked lists, binary trees, sorting and searching algorithms,game and dynamic programming, sets and multisets, matrices and graphs,string matching and parsing, 2-D geometry, number systems,cryptography (including DES and RSA), probability, statistics, andnumerical analysis. Customer Reviews (17)
Enjoyable, broad-ranging coverage of algorithms
Accessible discussion of algorithm topics implemented in Perl
Good implementation of popular algorithms
A great book on the subject
MAP makes many promises, but fails to deliver. I heard this same advice before buying this book and ignored it, I really wish I had listened back then. While MAP has some nice pictures which broadly describe the essential concepts, it will give you no idea as to how to actually implement those ideas. Further, all the code is available in CPAN ( If you don't know CPAN, check it out before going any further - at the very least install a module ) and much ( at least what I attempted to use ) appeared to be broken. Authors of computer books are usually good about answering e-mail but these authors did not deign to respond to mine. If you are out there, struggling to learn algorithms, I would suggest taking a good computer course on the subject. I'm 99% certain the course will be taught in C/C++ or similar language -these languages have tremendous advantages over Perl when it comes to data structures and, believe me, even as a novice I've come to appreciate them... If you really know algorithms and wish to write a few in Perl, you can do without this book. Pick up Deitel & Deitel's 'Perl: How to Program' instead or O'Reilly's basic book ( which is good, but I prefer Deitel and Deitel ) ....besides D&D answer their e-mail. ... Read more |
73. Writing CGI Applications with Perl by Kevin Meltzer, Brent Michalski | |
Paperback: 560
Pages
(2001-02-25)
list price: US$44.99 -- used & new: US$3.42 (price subject to change: see help) Asin: 0201710145 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
Not easy to follow
A rare gem
Not a good introduction to CGI They just start coding without any introduction except for some stupid jokes. That said, if you already know a buttload of Perl and DBI and CGI programming, you might like this book for the examples. Also, there were way too many errors in the text and the code, and that makes it even harder to learn.
Not all I expected Good things: Bad points: I'm not sure why everyone else raved about the book so much, but I didn't find it so wonderful.
Very helpful |
74. Perl Black Book by Steve Holzner, Steven Holzner | |
Paperback: 1296
Pages
(2002-07-01)
list price: US$59.99 -- used & new: US$100.00 (price subject to change: see help) Asin: 1932111107 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (46)
Will get you of the ground and you will come back for more
Best Perl book ever
One of the best Perl references ever
Everythign I had looked for The book makes learning Perl a breeze, and it comes with a CD to check out any mentioned code you want (thought there is tons of code in the book anyway). The book and CD have tons of real world scripts that you can learn from and apply to the projects you are most probably already working on. I loved this book, and I think anyone who wants to learn Perl shoul start here. Bottom line: Probably a better learning book than reference book (although it is still a good reference), this book made Perl easily accessible to me.
Essential desktop reference |
75. Introduction to Cgi/Perl: Getting Started With Web Scripts by Steven E. Brenner, Edwin Aoki | |
Paperback: 151
Pages
(1995-12)
list price: US$19.95 -- used & new: US$2.78 (price subject to change: see help) Asin: 1558514783 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description If you want to see an excerpt from this book, look below, or click on the title. Customer Reviews (8)
An excellent intro to a tough topic
Good Book
A great Intro to Perl! Overall though a great book! c'ya
A Good Introduction... Not a Tutorial
It's gives more code than explain. |
76. Developing Web Applications with Apache, MySQL, memcached, and Perl (Wrox Programmer to Programmer) by Patrick Galbraith | |
Paperback: 888
Pages
(2009-07-07)
list price: US$49.99 -- used & new: US$11.85 (price subject to change: see help) Asin: 0470414642 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
77. Pro Perl Parsing by Christopher M. Frenz | |
Hardcover: 272
Pages
(2005-08-10)
list price: US$54.99 -- used & new: US$14.46 (price subject to change: see help) Asin: 1590595041 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description — A.P. Lawrence, Information and Resources for Unix and Linux Systems Perl, one of the world's most diffuse programming languages, was born out of the need to resolve the creator's dissatisfaction with what were at the time standard data-parsing solutions. Indeed, since the 1.0 release in 1987, Perl has been heralded for its powerful parsing capabilities&emdash;features that are further enhanced through the thousands of Perl extensions made available through CPAN (the Comprehensive Perl Archive Network). Pro Perl Parsing begins with several chapters devoted to key parsing principles, discussing topics pertinent to regular expressions, parsing grammars, and parsing techniques. This material sets the stage for later chapters, which introduce numerous and powerful CPAN parsing modules, and provide an ample supply of example applications. Customer Reviews (9)
Very good introduction to Parsing in General
Experts guide to extracting the data you want!
Excellent introduction
A bit disappointing
Would have expected more |
78. Perl Graphics Programming: Creating SVG, SWF (Flash), JPEG and PNG files with Perl by Shawn Wallace | |
Paperback: 480
Pages
(2002-12)
list price: US$39.95 -- used & new: US$19.67 (price subject to change: see help) Asin: 059600219X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Google has more!
Only Relevant Book I Could Find
many supported formats |
79. Perl CD Bookshelf by Linda Mui, Inc O'Reilly & Associates, O'Reilly & Associates Inc | |
Paperback: 600
Pages
(2004-01-22)
list price: US$99.95 Isbn: 0596006225 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Containingelectronic editions of Perl in a Nutshell,Programming Perl (2ndEdition), PerlCookbook, Advanced PerlProgramming, Learning Perl, andLearning Perl on Win32Systems, together with a hardbound edition of Perl in a Nutshell,this immaculate collection is a winner in terms of depth and value forthe money. If you're looking for something to do with Perl, it will behere somewhere. Releasing books on CD-ROM is an intelligent movefor O'Reilly, since it means that hints, tips, and syntax guidance canbe easily found, code snippets pasted straight into working documents,and multiple electronic bookmarks set and referred to within a coupleof clicks. LearningPerl's patient, leveled approach is perfect for the beginner,while the example-packed Perl Cookbook is anessential resource for intermediate users. True techies can cuddle upwith Advanced PerlProgrammingand the excellent Learning Perl on Win32Systems. There's something for everyone here. Besides thecomplete and unabridged text, the package contains fully hyperlinked,cross-referenced indexes, which are fully searchable, and an overallindex that covers all six volumes in one easy-to-use file. It'sdifficult to express just how good this package is. For this reviewer,nothing else on the market today can touch it. --Chris Russell,amazon.co.uk Customer Reviews (23)
The only Perl book you need to buy
Perl Resource Made Easy
electronic copy book is handy at work but not handy to carry around
Disappointed to see MRE is PDF, not HTML
Better than paper |
80. Web Client Programming with Perl by Clinton Wong | |
Paperback:
Pages
(1997-03-31)
list price: US$29.95 -- used & new: US$7.95 (price subject to change: see help) Asin: B00005R09X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (18)
WCP? No experience? Start here.
Great book for learning and a bargain
Before, during, and after the Civil War
Oh My good lord!What happened? Avoid this book unless you have a great solid background in Perl.But then again, if that's the case you probably wouldn't need this book.
Too shallow. Most of the book is dedicated to explaining the ins and outs of HTTP. There is not enough sample code, and the code that is given is pretty basic. As far as information about programming web clients with perl, I have found that it is more helpful to just do web seraches, and read the examples available on various web sites. The book does do a good job of explaining HTTP and the how web clients operate. I just wish there had been more information about Perl clients specifically. I wouldn't pay [as much] for this book. Look for it used, it's not hard to find. ... Read more |
  | Back | 61-80 of 100 | Next 20 |