Have one to sell? Sell yours here
Perl How to Program
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Perl How to Program [Paperback]

Harvey M. Deitel , Paul J. Deitel , Tem R. Nieto , D. C. McPhie


Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details


Product Description

Product Description

For Perl/CGI programming courses and Internet/Web programming courses focusing on Perl/CGI in Computer Science, Computer Information Systems, Management Information Systems, Information Technology, and Business Departments.

This new book in the Deitels'How to Program series is a comprehensive guide to programming with Perl. It emphasizes the use of the Common Gateway Interface (CGI) with Perl to create powerful dynamic Web content for e-commerce applications. The book begins with a clear and careful introduction to the concepts of structured programming at a level suitable for beginners to programming, and proceeds through advanced topics such as references and complex data structures. Important topics in Perl such as regular expressions (Chapter 8) and string manipulation (Chapter 9) receive a detailed treatment. The authors address important and topical issues such as object-oriented programming (Chapter 14), the Perl database interface (DBI) (Chapter 15), graphics (Chapter 21) and security (Chapter 19). Also included is a significant treatment of XML (Chapter 22) and the Python programming language. There is a complete chapter on Web accessibility that addresses programming and technologies relevant to accessibility for people with disabilities. Appendices include detailed instructions for installation of Perl and server configuration for CGI scripts. Perl How to Program is geared toward both Unix/Linux and Windows users.

From the Back Cover

This new book by the world's leading programming language textbook authors carefully explains how to use Perl as a general-purpose programming language and how to program multi-tier, client/server, database-intensive, Internet-and-Web-based applications.

Dr. Harvey M. Deitel and Paul J. Deitel are the principals of Deitel & Associates, Inc., the internationally recognized corporate training and content-creation organization specializing in C++, Java™, C#, C, Visual Basic®, XML™, Python, Perl, Internet, World Wide Web and object technologies. The Deitels are also the authors of the world's #1 Java and C++ textbooks, Java How to Program, 3/e and C++ How to Program, 3/e.

In Perl How to Program, the Deitels and their colleagues, Tem R. Nieto and David C. McPhie, discuss topics you need to build complete, Web-based applications including:

  • CGI/HTML forms/XML/CGI.pm
  • Control Structures/Arrays/Hashes
  • Regular Expressions/Strings
  • Objects/Encapsulation
  • OOP/Inheritance/References
  • Database/DBI/SQL/Signals/Contexts
  • Security/Accessibility
  • Typeglobs/File Globbing
  • Networking/Sockts/Internet Protocols
  • Cookies/Session Tracking
  • Filehandles/Data Structures
  • Process Control/Forking/Piping
  • Subroutines/Modules/Packages/Overloading
  • Web Automation/OLE Automation
  • Server-Side Includes/Ties/Closures
  • Graphics/GUI/Perl/TK

Perl How to Program includes extensive pedagogic features:

  • Hundreds of LIVE-CODE™ programs with screen captures that show exact outputs
  • Extensive World Wide Web and Internet resources to encourage further research
  • Hundreds of tips, recommended practices and cautions—all marked with icons

 


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  32 reviews
38 of 39 people found the following review helpful
This book was not written by Perl programmers 6 Jan 2005
By Scott D. Walters - Published on Amazon.com
Format:Paperback
A Perl novice picking this book up will be impressed. It's big, the prose is good, and it seems to have a command of the subject.

This is all misleading. The book was written by professional authors who pick up a language as they write a book. Perl isn't like other langauges - the mindset and featureset are completely different. Writing effective Perl means getting a grasp on ideas taken from awk, sed, Lisp, C++, sh, and a dozen other places. This book teaches Perl as if it were another C dielect with a funny syntax. This certainly makes it easy to "leaern Perl", but after reading over 800 pages, you'll actually learn very little Perl. And no wonder - large amounts of this book were cut and paste verbatum from other books Dietel wrote about C++ and Visual Basic! Nothing unique to Perl is discussed, such as Perl's excellent date manipulation fascilities, object serialization, or indeed any module beyond the CGI module (on which a thousand books have been written).

Descriptions of features are vague and half hearted showing lack of a clear understanding. To someone who knows Perl, this book sounds like a homework assignment where someone read about Perl and then wrote about their findings, uncertainties and all.

Throughout the book, code listings basically work (I worked hard on that as a paid technical reviewer - my name is in the credits - and this was no small task) but they too completely miss the style, spirit, and indeed the point of programming Perl. They're riddled with security holes. They don't leverage modules, and Perl's CPAN repository is probably it's greatest strength.

I don't like writing bad reviews. I don't like having failed to have persuaded the authors to address security. I wanted to like this book since it was the first I've worked on. With lots of help from people who truly grasp Perl this book could have been medicore but Dietel's production-line like business model doesn't allow for this. Books need to be written by experts or at least senior members of the community. Rank novices cannot just read other books and repeat back their findings and call it a book. Or perhaps you honestly believe that Dietel has mastered every language on the sun and had plenty of time left over to write an 800 page book about the language they learned last month.

As with any bad review, you should be asking what motivated the bad review. Often it's a frustrated novice. Sometimes it's pure snobbery. Other times it's religion or a burnt employee. I'm not a Perl novice; I've been programming for 21 years now and I've been programming in Perl quite heavily for about 6 of those. I'm a bit of a Perl snob but only because there are so many really excellent books like Programming Perl, Learning Perl, Beginning Perl, CGI Programming with Perl, and scores of others. Dietel treated me very well and paid me fairly (again, I wish I could give an average review). I'm just writing this review to temper the initial impressions of those first learning Perl with a slightly more educated assessment.

If you want one massive book with loads and loads of Perl knowledge, Computer Science & Perl Programming was collectively written by about 20 of the best known Perl hackers who have developed the most important modules, worked on the core, and spoke and written more often than anyone else. And while CS&PP has nearly the same page count, it costs half as much. Besides being more thorough, more insightful, more interesting, and in better style, it's a heck of a lot of fun.

In short, Perl: How to Program is just another in-it-for-the-money amaturely written Perl+CGI book with a lot of padding and little insight.
14 of 14 people found the following review helpful
FOR THE SERIOUS STUDENT 17 Aug 2001
By "bruno_k" - Published on Amazon.com
Format:Paperback
Make no mistake, you are buying more than a book; this is a university COURSE in programming Perl. First, the peeves...

Start with its price--$$$--grrr! No solutions are to be had for the exercises??? The CD is really mickey-mouse. Think about it...this book is written by "Educators" on "computer programming" and the CD is little more than 1st generation "acceptable"?! If anyone could and should do better...?

Right. Now the good points. Super organized...logically arranged, easy to find info as a reference. Each chapter tells you what you will learn, provides terminology to learn, and the obligatory quizzes at the end of the chapter reinforces what you just covered...all the pros of a good university text! The page layout--font, colors, etc., are all utilized with great effectiveness.

The language of the text is closer to a 2nd or 3rd year text. You are definitely not talked down to. I found the language to be in the upper level of my comfort zone. I had to slow down and think. What makes it acceptable as an introductory text is that the authors are very precise and clear with their terminology/definitions. It's all there in black and white but if you didn't catch definition A the way THEY defined it, definition B will bring you back. It can be rather slow moving at times, albeit complete.

To be sure, more information couldn't be supplied in a text this size without a shoehorn. It is as complete and thorough as anyone could hope. The teaching method is to show a morsel of programming which you then learn by dissecting for understanding. The code works. It all works. Unfortunately you aren't given much opportunity to implement what you have learned outside of playing with the illustrated code (since the exercises have no solutions). I only studied up to chapter 15/23 (databases) and picked what I needed from the rest. [I needed to rewrite a program from Perl to another language]

This book is definitely NOT FOR EVERYONE! The bottom line you must accept is that you STUDY it! If you just want to get aquainted with Perl code--perhaps be able to read and understand it, do yourself a favor, try another book--there are scads of em out there. There is nothing casual about this book but if you are willing to put in the time, it will reward you. I believe this book will become a reference book for me as well, without having to buy another.

The authors have written other "programming language" books with the same Formula--I'm currently waiting for the PYTHON release. I only hope it lives up to this one.

Overall an impressive text, but only for the SERIOUS student!

12 of 13 people found the following review helpful
Finally, a true all in one resource for Perl programmers 29 April 2001
By A Customer - Published on Amazon.com
Format:Paperback
Do you want to write Perl? Interface cgi with databases? Understand regular expressions? Maybe there is some basic question that you KNOW you should KNOW but even after perldoc and RTFM has failed you you were too ashamed to ask someone? After you read this, it won't leave the bag you take with you to work everyday.

This book is clearly the very best Perl reference I have come across.

After reading the famed O'Reilly Perl series (which you should also purchase for additional references), I was still searching for an all encompassing reference book (Basically because if you want hardcover print you will soon tire from lugging around the cookbook and the Llama book). Each function / method / module / package is clearly explained in enough detail to enable you to do something RELEVANT to what 99% of the people out there need to do, and FULLY understand what you are doing. For a bonus, each section has an example script ala the cookbook. If you have ever wanted to truly understand how to implement Perl this book is for you!

I have never written a review before, but this book is really that good.


Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback