Amazon.com: Sams Teach Yourself Perl in 24 Hours (2nd Edition) (Sams Teach Yourself...in 24 Hours) (9780672322761): Clinton Pierce: Books

Have one to sell? Sell yours here
Sams Teach Yourself Perl in 24 Hours (2nd Edition) (Sams Teach Yourself...in 24 Hours)
 
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.

Sams Teach Yourself Perl in 24 Hours (2nd Edition) (Sams Teach Yourself...in 24 Hours) [Paperback]

Clinton Pierce (Author)
4.1 out of 5 stars  See all reviews (29 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Paperback $22.97  
Paperback, October 5, 2001 --  
There is a newer edition of this item:
Sams Teach Yourself Perl in 24 Hours (3rd Edition) Sams Teach Yourself Perl in 24 Hours (3rd Edition) 4.1 out of 5 stars (29)
$22.97
In Stock.

Book Description

October 5, 2001 0672322765 978-0672322761 2

Sams Teach Yourself Perl in 24 Hours teaches readers new to Perl the necessary basics of Perl and then shows them how to apply that knowledge in real-world Web development.

The book is divided into three sections:

  • The first third of the book teaches the basics of the Perl language.
  • The second third of the book builds on this foundation, and shows the reader how to interact with the file system, operating system, and network.
  • The last third of the book focuses on Web development.It begins with the basics of CGI and then moves quickly into building common Web solutions such as data collection, multi-page forms, e-mail forms, and using Perl as a Web templating system.


Editorial Reviews

From the Back Cover

Sams Teach Yourself Perl in 24 Hours teaches readers new to Perl the necessary basics of Perl and then shows them how to apply that knowledge in real-world Web development. @Headline = The book is divided into three sections: * @Bullet1 = The first third of the book teaches the basics of the Perl language.* @Bullet2 = The second third of the book builds on this foundation, and shows the reader how to interact with the file system, operating system, and network. * @Bullet3 = The last third of the book focuses on Web development. It begins with the basics of CGI and then moves quickly into building common Web solutions such as data collection, multi-page forms, e-mail forms, and using Perl as a Web templating system.

About the Author

Clinton Pierce is a software engineer, programming instructor, and Web developer and consultant. He has been active in the Perl and Unix communities, contributing to the Perl Power Tools project and answering Perl questions in Usenet newsgroups about Perl for several years. He has written courseware for a variety of classes, including Unix systems administration, Perl programming, and Unix shell programming.


Product Details

  • Paperback: 480 pages
  • Publisher: Sams; 2 edition (October 5, 2001)
  • Language: English
  • ISBN-10: 0672322765
  • ISBN-13: 978-0672322761
  • Product Dimensions: 9.2 x 7.4 x 1.1 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (29 customer reviews)
  • Amazon Best Sellers Rank: #2,197,897 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

29 Reviews
5 star:
 (17)
4 star:
 (6)
3 star:
 (2)
2 star:
 (1)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (29 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

21 of 21 people found the following review helpful:
5.0 out of 5 stars A Good Starter Kit, January 29, 2000
There was a time when all you needed to know was C and Cobol. However since I last played with either of these languages, countless more have been introduced, CGI, Java, Perl C++, J++ etc etc.. I have tried to learn them but hate manuals and rarely read them. I find most are badly written and I lose interest VERY quickly. However, up until now I have avoided needing to learn any new languages.

That has changed recently and I have had no choice but to pick up a Perl book and learn it. So I was surprised when after an hour in B&N reading all the perl books that I came across this one. It actually 'talked' to me in a way I liked and more importantly, kept me interested.

For a beginner, it is an excellant book and I would have no problems recommending it to anyone. It does come with it own CD which has the Perl language. Also all the code and examples are on the CD.

If you are a beginner, don't buy the impressive looking 1200 page book, it will just gather dust.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


23 of 24 people found the following review helpful:
5.0 out of 5 stars excellent discussion of CGI do's and don'ts, July 4, 2000
By 
Sean Burke (Edmonton, Alberta, Canada) - See all my reviews
(REAL NAME)   
This book is good for two kinds of people -- people who need an introductory text to Perl (especially if they don't have a strong programming background already); and people who are doing CGI programming. (Of course, you could happen to be both kind of person at once -- a not-advanced programmer picking up Perl to do some CGI programming.) No other Perl book I've seen so far manages to serve both audiences so well.

The part of the book (the first 3/5ths or so) that's intro to general Perl is good, clear, and free of any typos I've noticed. The current printing I saw tended to scrimp on whitespace (so you see "$x=$y*stuff($z)" instead of somehting more like "$x = $y * stuff($z)"), but I don't think it's /too/ much of a problem; and I've emailed the author and he says he'll see about getting that changed in later printings.

The section on CGI is the real windfall here. I'm sure that the author could have just banged out a chapter or two of "Hello World" CGIs plus a form2mail and a guestbook, and called that it; and the book would probably have sold just as well from casual buyers.

Instead, he ended up writing the absolute best and most careful discussion of CGI I've seen to date. Most importantly, if you're a new-to-CGI programmer and you read this book, I think it'll steer you clear of the nastier pitfalls better than any other book I've seen. That includes things that work but that open security holes, as well as things that just don't work.

And, incidentally, the book doesn't cost much, so I can recommend that even an advanced CGI programmer (even one not coding in Perl!) go and plunk down the ~$20, just because the long (about 2/5ths of the book, it seems) and deliberate section on CGI is bound to discuss /something/ you didn't know. I, for example, particularly benefited from the comprehensive and patient discussion of the benefits and limitations of the various ways to pass session-state around between CGI program instances.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


30 of 33 people found the following review helpful:
5.0 out of 5 stars Teachs an old C/C++ Dog New Tricks, March 1, 2000
To be marketable in the IT world, you must be versatile. I recently spent a great deal of time interacting with HR people from several local companies as part of a new program in accelerated training at a local community college. In our talks, one theme was nearly universal, in that a generalized skill set and an ability to learn quickly was preferred over expertise in one particular area. Achieving this versatility is not easy and requires quality resources.
Recently, it was necessary for me to learn the Perl programming language in a hurry, and this is the book that I used. In less than a week, I was able to understand and teach the basics of how to write Perl programs as part of web page design. The lessons here are all short and to the point, ideal for experienced programmers who are time challenged. Over the years, I had looked at Perl from time to time, but never felt the urge or need to learn it. As a C/C++ programmer, the syntax was odd (different) enough to keep me away. That was a problem when going through this book, old habits do indeed die hard, but not enough to significantly slow me down. The clarity and brevity of the examples was enough to overcome this not insignificant hurdle.
A CD containing a recent implementation of Perl, the source code for the examples and other Perl tools is included. This allows you to get started right out of the shrink wrap without spending any additional money. It may not seem like much, but I always prefer having the source code on a CD rather than having to go to a web site to get it. The extra convenience really appears out of proportion to what it is.
Perl is a language that is powerful and seems to be growing in use. Much of that is due to the explosive nature of the Internet and business on the web. However, some of the change is also a consequence of the growing realization among employers that one language does not do it all, that solutions can often be coded much quicker in another language. Furthermore, a diverse skill set is now being recognized by more employers as their most valuable asset. If you are one who needs to make that improvement, then this book will work for you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)
(1)

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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject