ASPit - Totally ASP
Search PHPit

Use this textbox to search all the content on PHPit. Seperate keywords with a space.

Advertisements
Partners
  • DVD Rental
  • Content Management
  • Payday Advance
  • Tsjekkia
  • UK Shops

Network Programming with Perl

Medium Thumbnail

Book Details

Availability: Usually ships in 24 hours
List Price: $49.99
Our Price: $43.86
You Save: $6.13 (12%)

Buy through Amazon.com

Spotlight Customer Reviews

Average Customer Rating: 5

Customer Rating: 5
Summary: Extraordinarily useful book
Comment: This book, replete with code, is one of the most useful resources I've come across. There aren't just code snippets here -- there are complete and useful programs, with explanations for each line of code. These line-by-line explanations not only make the code crystal clear, but it demonstrates how you can adapt the code to suit your specific need.

It discusses the esoteric topics such as threading, sockets, parsing binary email attachments, and more in a very understandable and open fashion. It also discusses existing modules and their "hidden" usefulness (Hint: Net::Telnet can be used to SSH). The author is to be commended on his ability to make these cryptic topics understood.

When I first flipped through Network Programming with Perl, I immediately found the solution to a problem I was having for the previous few days. A few more moments, I saw solutions to problems that associates were having. It's not very often a single book can do that without a thorough reading, but this one came through brilliantly.

I strongly recommend this book to anyone serious about taking their Perl expertise to the next level.

Customer Rating: 5
Summary: Plug in, turn on, use Perl;
Comment: Lincoln Stein's latest book, "Network Programming with Perl", is a must-have text for anyone who is doing Perl network programming, or may be doing so in the near future. It reviews the basics of Perl I/O, explains the details of Perl's network functions, and covers the ever-evolving examples with line-by-line descriptions. From telnet, mail, ftp, and the Web, from Usenet News to custom services, this 650-page book covers any networking task currently known to man, and gives you the skills to manage the unknown tasks to come.

Customer Rating: 5
Summary: Excellent
Comment: This book is excellent. This is one of very few books that the author really takes time, has a good plan to write a book and have good understanding of the subject.

I read many computer books that are just repetitive so it can make the books thick enough to look like a 'good book' (May be this is what US raaders like). I try my best to avoid those books. Those books do not say much in hundreds of pages.

But this book is not that kind of book. Every pages are worth to read. It is quite easy to follow. (I do know a bit of TCP/IP from reading other books before I read this book.) E.g. Stevens TCP/IP books. Unfortunately he died and he won't be able to update those great books.

Some authors are not professional, they just copy here and there. Then they put everything together. Those are terrible books to read. Those terrible books explain some simple concept again and again and take up hundreds of pages that can be done in half of volume. It is not just wasting the readers time (time is money) but also wasting the resource (trees)! Even most college textbooks are that way. Sometimes it is even worst since they know you won't haave much choices!

I seldom to give 5 stars. This book does deserve 5 stars.

You will enjoy this one if you like networking.