ASPit - Totally ASP
Search PHPit

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

Advertisements
Partners
  • Spanish Property
  • HijackTHis Log Analysis
  • Mortgage Home Equity Loans
  • Internet Vitamin Shop
  • webdesign talk

Win32 Perl Scripting: The Administrator's Handbook

Medium Thumbnail

Book Details

Availability: Usually ships in 1 to 3 weeks
List Price: $35.00
Our Price: $23.10
You Save: $11.9 (34%)

Buy through Amazon.com

Spotlight Customer Reviews

Average Customer Rating: 4.1

Customer Rating: 5
Summary: A must have
Comment: Majority of Perl books deals with UNIX. However in a real world, whether you like it or not, most IS departments have to deal with Windows NT/2000 servers. These departments also require knowledgeable administrators to take care of this environment. Here is where this book comes in handy. The author, also known from his previous book (WIN32 PERL Programming. The standard extensions) shows us how we can use Perl to do day to day tasks on Windows Servers. The book offers many ready to use scripts and also explains the rationale for using techniques, the way it was used in this book. I rated this book 5 stars because not only it enriched my knowledge but also it saved me many hours of trying to write similar scripts on my own. In essence: A must have!

Customer Rating: 5
Summary: Do you administer Win32 systems? Buy this book
Comment: Concise, well written, pragmatic, and lots of exemplary code. If you need to automate administrative tasks, ignore the O'Reilly Perl-Admin books, this one has a lot more substance and a lot less fluff.

Dave Roth is a prolific author of many very popular Perl modules for 32 bit Windows operating systems: Win32::Daemon, Win32::Perms, Win32::ODBC, Win32::AdminMisc, and many others. ....

This guy has a lot of real world experience with Perl and Win32. He's solved a lot of difficult problems. More than that, he does a great job of regularly taking the time to document and convey that knowledge on to others. The book is a great distillation of that knowledge.

Customer Rating: 4
Summary: Hope for Perl UNIX Programmers on Windows
Comment: Recently I was given the task of writing some Perl scripts to manipulate processes on a Windows server. I've been writing Perl scripts on Solaris and Linux for some time, but had no idea where to start on Windows.

One of the scripts needed to find a process by name. If the process wasn't running the script needed to start a new instance and send out an e-mail to notify the support team. Using Roth's book I was up and running in a matter of hours. Prior to that I had spent days combing the Internet looking for tips on digging into the bowels of Windows (not a pleasant image) with Perl.

Roth gives you multiple ways to tackle a problem, but voices his opinion on why you might want to choose one method over another. However, at times he makes assumptions about your knowledge of Windows which can lead to frustration. His section on WMI (Windows Management Instrumentation) is very brief for such a complex subject for example.

I wouldn't recommend this book for someone new to Perl, but if you are familiar with Perl and need to write scripts for Windows you will find Roth's book useful indeed.