Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
37 used & new from £0.49

Have one to sell? Sell yours here
 
   
Learning Perl on Win32 Systems (The Perl series)
 
See larger image
 

Learning Perl on Win32 Systems (The Perl series) (Paperback)

by Randal Schwartz (Author), Erik Olson (Author), Tom Christiansen (Author)
3.3 out of 5 stars See all reviews (7 customer reviews)
RRP: £24.95
Price: £21.21 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.74 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Tuesday, July 21? Choose Express delivery at checkout. See Details
18 new from £4.99 19 used from £0.49
Other Editions: RRP: Our Price: Other Offers:
Paperback 2 used & new from £15.95

Customers Who Bought This Item Also Bought

Perl for System Administration: Managing multi-platform environments with Perl

Perl for System Administration: Managing multi-platform environments with Perl

by David Blank-Edelman
3.7 out of 5 stars (3)  £22.94
Perl Pocket Reference (Pocket Reference (O'Reilly))

Perl Pocket Reference (Pocket Reference (O'Reilly))

by Johan Vromans
4.5 out of 5 stars (2)  £5.63
Effective Perl Programming: 60 Methods and Rules for Scripting Better Programs (A-W Developers Press)

Effective Perl Programming: 60 Methods and Rules for Scripting Better Programs (A-W Developers Press)

by Joseph N. Hall
4.9 out of 5 stars (9)  £22.94
Get to the Top on Google: Tips and Techniques to Get Your Site to the Top of Google and Stay There

Get to the Top on Google: Tips and Techniques to Get Your Site to the Top of Google and Stay There

by David Viney
4.4 out of 5 stars (21)  £9.74
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

by Tony Stubblebine
4.3 out of 5 stars (7)  £7.48
Explore similar items

Product details


Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Online Perl Training
   www.SkillsTrainUK.com/Perl    Recognized Qualification, Tutor Support, interactive CD's & More! 
Learn Perl Online
   www.LiveFireLabs.com    Internet Lab. Hands-on Programming Exercises. View Sample. 
Perl Win
   www.activestate.com    Award-winning Perl IDE featuring advanced Perl editor and debugger. 
  
 

Product Description

Product Description
In this smooth, carefully paced course, leading Perl trainers and a Windows NT practitioner teach you to program in the language that promises to emerge as the scripting language of choice on NT. With a foreword by Larry Wall, the creator of Perl, this book is the "official" guide for both formal (classroom) and informal learning. Based on the "llama book," Learning Perl on Win32 Systems features tips for PC users and new NT-specific examples. Perl for Win32 is a language for easily manipulating text, files, user and group profiles, performance and event logs, and registry entries, and a distribution is available on the Windows NT Resource Kit. Peer-to-peer technical support is now available on the perl.win32.users mailing list. The contents include: An introduction to "the Perl way" for Windows users A quick tutorial stroll through Perl in one lesson Systematic, topic-by-topic coverage of Perl's broad capabilities Innumerable, brief code examples Programming exercises for each topic, with fully worked-out answers Access to NT system functions through Perl Database access with Perl CGI programming with Perl Erik Olson is director of advanced technologies for Axiom Technologies, LC, where he specializes in providing Win32 development solutions. Randal L. Schwartz and Tom Christiansen have also written Programming Perl, co-authored with Larry Wall and published by O'Reilly & Associates.

From the Publisher
In this carefully paced course, leading Perl trainers and a Windows NT practitioner teach you to program in the language that promises to emerge as the scripting language of choice on NT. Based on the "llama" book, this book features tips for PC users and new NT-specific examples, along with a foreword by Larry Wall, the creator of Perl, and Dick Hardt, the creator of Perl for Win32.

See all Product Description

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
Check a corresponding box or enter your own tags in the field below
sysadmin - win32
perl
coding - perl
technical

Your tags: Add your first tag
 

 

Customer Reviews

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

 
2 of 2 people found the following review helpful:
2.0 out of 5 stars A pretty weak., 22 Feb 1998
By A Customer
This is a pretty weak introductory book. Don't' buy it with your own money (corporate funds are probably OK if the book is discounted more than 20% ;-). The authors definitely do not understand the Win32 environment well enough. The language is explained as an isolated phenomenon without reference to existing scripting tools (VBA, VBScrit, Rexx, etc.). The main use of Perl in Win32 environment is CGI progammining and here the book does not have enough value for beginners. Generally this book looks like an attempt to adapt the original Randal Schwartz book to the Win32 environment (second edition for UNIX also is not the best introductory book available, but at least it was one of the first books on Perl). The adaptation attempt failed and the results are pretty disappointing. Neither the examples, nor style are very suitable to Win32. For example "Standard Perl distribution" (page 6) contains recommendations like: nmake ( Build all of Perl) nmake Test (test your distribution) nmake install (Install to the target dir. In the Makefile) These recommendations can be considered a joke for Win32 beginners, who get used to prepackaged software. Chapters are very uneven in length and quality. The Chapter 1 is disappointing. The secret word guesser introduced in the Chapter 1 is definitely far from the best introductory example for Win32 audience. The number of unexplained concepts introduced here would scare novices. Probably more simple examples of a couple of UNIX-style filters (head, tail, and maybe unique) would be more appropriate. Chapter 2 is OK. Chapter 3 does not provide a clear description of Perl syntactical and semantical achievements and pitfalls. For example, Perl considers a negative subscript on the array as a count back from the end. So each element has two indexes (from the beginning and from the end). The last element has an index -1 that is very convenient. BTW Perl use the same approach in the substr built-in function. Chapter 4 seems to be written by "structured programming diehards" and is very weak. Rich Perl control structures are not covered. Neither continue, next, break operator (they really simplify construction of non-trivial loops), nor the short-circuit semantics of || && operators in if statements (not apparent for people who never programmed in C) was not discussed. Chapter 5 (hashes) is only 4 pages long for such an important subject as associative arrays. Strangely enough it does not mention the %ENV - probably the most important associative array for novices. Chapter 6 (Basic I/O) is very short. Perl after all was designed to process logs and such a chapter definitely should be more than four pages long and should contain more examples. Chapter 7 fails to recognize the different mentality of Win32 users. Basically there are two approaches to the regular expressions in Win32 environment. One is to use it only when necessary and the second is to use them whenever possible. The first camp (partially represented by former REXX users and VB users) prefer more procedural way of text manipulations and tend to rely more on substr, index, length, split and join functions in text manipulations, while the second is the regular expression addicts. The authors definitely belong to the second camp ;-). IMHO non-greedy (minimal) matching is often more convenient that a regular one, especially for novices, but it was never mentioned in the book. Chapter 15 is probably one of the few things that were done right in the book. The index and substr built-in functions are covered adequately. I would like to mention that the authors cover a very important use of the substr in the left part of the assignment function (the idea borrowed from the PL/1). Chapter 16 is just OK. Chapter 17 is a joke as DBM is the Unix-only beast. Only the last page ("Win32 Database interfaces") can be considered relevant for Win32 users. It's really depressing to see such a blunder in an O'Reilly book. Chapter about CGI is somewhat superficial. At the same time it is the main application area for Perl, especially in Win32 environment. The only subject covered in this book that was not covered in the "Cross Platform Perl" is the coverage of OLE2 (Chapter 19). It uses a rather interesting example of MAPI. Win32 is not UNIX. Strangely enough for such a book the discussion of pitfalls of Win32 environment is completely absent. For example the authors fail to stress the difference between chop and chomp function. Even the most annoying difference between UNIX-style and Win32 style directory paths syntax (with "\" instead of "/") was never mentioned. I believe O'Reilly should do better reviewing and editing job if it want to preserve its reputation of publisher of consistently well written and edited books. - Nikolai Bezroukov BASF Corp. Advanced Technology Group. Standard disclaimer applies.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
4.0 out of 5 stars Good intro to Perl, not very NT specific, 7 Jun 1998
By A Customer
The book is well-written and I worked through it in two days and enjoyed it. The style is conversant and nice to read, which makes it a very good introduction to Perl if you happen to work on NT. The book is not a Nutshell book, does not contain very much NT specifics and is probably not worth the money if you already know Perl. In short: the book is exactly what the title says it is.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
4.0 out of 5 stars Very good intro to Perl for Windows NT batch programming, 1 April 1998
By A Customer
One of the best reasons to use Perl in a Windows NT environment is to write large, complicated batch programs. The Microsoft DOS/Windows batch command language has some serious limitations that make Perl a really attractive alternative.

I picked up Learning Perl on Win32 Systems and worked through the first 6 or 8 chapters after lunch. I wasn't sure this was a good strategy when I began, but I'm glad I did it.

I would recommend that you pickup Programming Perl, 2nd Edition, as well. I didn't use the book for the first week of my Perl immersion program, but I needed it fairly soon.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

4.0 out of 5 stars Good way to learn perl
This is a good way to start learning perl. The examples are pretty easy and short. Much easier to understand than the camel book, which I use more as a reference and not as a... Read more
Published on 20 Oct 1998

1.0 out of 5 stars This is the one of the toughest book i ever read
This is the toughest book in this category. This is not well organised and it lacks examples. The given examples are not up to the mark. Read more
Published on 2 Oct 1998

3.0 out of 5 stars I was expecting more
This is my second Perl book, and compared with the Dummies Guide I found it wanting. Being new to perl I hoped that the NT flavour would help me avoid all the problems of trying... Read more
Published on 20 Jan 1998

5.0 out of 5 stars Worthy new version of a good book
Finally, a good book on Perl on Windows systems. Recently, I had to start writing Perl on NT after doing Perl for 8 years on UNIX. Read more
Published on 8 Oct 1997

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Listmania!


Look for similar items by category


Feedback


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

More From Randal Schwartz

Learning Perl

Learning Perl by Randal Schwartz, Tom...

When it comes to working a little "behind the scenes" magic for a Web... Read more
£30.99 £20.14

 

Up to 50% off Dental Care

Braun Oral-B Professional Care 6000 Rechargeable Toothbrush - Pack of 2
Put a sparkle in your smile with up to 50% off selected Oral-B and Philips rechargeable toothbrushes.

Up to 50% off power toothbrushes

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates