The Complete PERL Training Course
|
Ellie Quigley
Our Price: $79.96
Retail Price: $99.95
You Save: $19.99 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 2nd ed., 543pp.
ISBN: 0130799807
Publisher: Simon & Schuster Trade
Pub. Date: March 1998
Edition Desc: Boxed Set
|
Learn Perl fast! Awesome multimedia CD-ROM and book combo - at a great price!
- Includes the spectacular interactive Perl Multimedia Cyber Classroom, 1/e, which covers the latest release, Perl 5, and the latest applications - especially Web CGI programming.
- Best-selling Perl By Example, 2/e, book walks you step-by-step from the basics to complex network applications.
- And the bonus CD includes free distributions of Perl for Windows 95, 98, NT, 3.1, and UNIX, plus multiple add-on libraries for all users, and tons of source code!
- Book and CD-ROM integrate perfectly to deliver one complete, end-to-end training course!
Perl is everywhere! Now you can learn it fast - from a state-of-the-art multimedia and book package by one of the world's leading Perl experts.
The Perl Multimedia Cyber Classroom delivers complete interactive Perl training that includes more than 3 hours of audio, hundreds of programming and interactive exercises, more than 100 complete Perl programs, full-text searching, hyperlinking, tips, tricks, and more.
Perl By Example is an example-rich guide to Perl that starts with the basics of Perl scripting and carries you all the way to advanced networking and Web applications. Together, they'll teach you all you need to know about Perl! Coverage starts with statements, variables, scalars, arrays, hashes, and printing. Understand Perl operators, expressions, control structures, and file handling. Next, learn how to modularize and package Perl scripts, work with objects in the Perl environment, interface with the surrounding system, and create sophisticated reports. Using extensive examples, learn how to use Perl on the Web and in advanced networking applications that utilize message queues, semaphores, and shared memory.
Whether you're new to Perl or simply want to polish your skills, The Complete Perl Training Course is your best solution.
The CGI/PERL Cookbook
|
with Cdrom
Craig Patchett
Matthew Wright
Peter Holfelder
Our Price: $43.99
Retail Price: $54.99
You Save: $11.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 656pp.
ISBN: 0471168963
Publisher: Wiley, John & Sons, Inc.
Pub. Date: October 1997
Edition Desc: Book & CD-ROM
|
The CGI/Perl Cookbook begins with a concise overview of CGI programming for beginners, followed by a guide to installing CGI programs on UNIX, PC, and MacOS Web servers. The rest of the book is devoted to line-by-line, feature-by-feature explanations of seven cutting-edge CGI programs; including a search engine, password protection, advanced form processing, a shopping cart, customized bulk e-mail, advanced visitor feedback, and more; as well as 13 subroutines for e-mail support, file encoding, credit card validation, e-mail address checking, error handling, and text encryption. You also get a usage guide, installation instructions, and professional CGI and Perl programming tricks and customization tips for each program and subroutine.
Network Programming with PERL
|
Lincoln Stein
Our Price: $39.95
This book will be available December 15th,
place your advance order now and we will
ship it when it arrives!
Format: Paperback, 576pp.
ISBN: 0201615711
Publisher: Addison Wesley Longman, Inc.
Pub. Date: December 2000
|
Network Programming with Perl is a comprehensive, example-rich guide to creating network-based applications using the Perl programming language. Among its many capabilities, modern Perl provides a straightforward and powerful interface to TCP/IP, and this book shows you how to leverage these capabilities to create robust, maintainable, and efficient custom client/server applications.
The book quickly moves beyond the basics to focus on high-level, application programming concepts, tools, and techniques. Readers will find a review of basic networking concepts and Perl fundamentals, including Perl's I/O functions, process model, and object-oriented extensions. In addition, the book examines a collection of the best third-party modules in the Comprehensive Perl Archive Network, including existing network protocols for e-mail, news, and the Web.
The core of the book focuses on methods and alternatives for designing TCP-based client/server systems, and more advanced techniques for specialized applications. Specific topics covered include:
- The Berkeley Sockets API
- The TCP protocol and the IO::Socket API
- FTP file-sharing service
- The Net::Telnet module for adapting clients to interactive network services
- SMTP, including how to create and send e-mails with multimedia attachments
- POP, IMAP, and NNTP for receiving and processing e-mail
- HTTP and theLWP module for communicating with Web servers
- Forking servers and the UNIX and Windows inetd daemons
- Perl's experimental multithreaded API
- Multiplexed operations and nonblocking I/O
- Bulletproofing servers
- TCP urgent data
- UDP protocol and servers
- Broadcasting and multicasting
- Interprocess communication with UNIX domain sockets
Useful, working programs demonstrate ideas and techniques in action, including a real-time chat and messaging system, a program for processing e-mail containing MIME attachments, a program for mirroring an FTP site, and a Web robot.
Network Programming with Perl focuses on TCP/IP rather than just the common Web protocols. Modeled after the critically acclaimed TCP/IP Illustrated by W. Richard Stevens, this book achieves a level of detail far superior to most. It is an essential resource for network administrators and Perl programmers who are creating network applications.
A Little Book on PERL
|
Robert W. W. Sebesta
Our New Price: $29.00
In Stock: 24 hours (Same Day)
Format:Textbook Paperback, 1st
ed., 190pp.
ISBN: 0139279555
Publisher: Pearson Publications Co.
Pub. Date: December 1999
|
Perl is a programming language of growing significance in the world of software development. A Little Book on Perl meets that growing academic market need for Perl books. This book attempts to target experienced programmers, whether that experience has come from professional programming or from the first two courses in a degree program in computer science. Neither a comprehensive reference book nor a tutorial, this book lands somewhere in the middle of these two models. The reader's advantage is a new model-no need to have prior knowledge of awk or C, or even anything about UNIX-since the contents of the book do not depend on any particular computer platform.
- Provides some overview of the purposes and origins of Perl
- Independent of UNIX or Windows
- An example program in Chapter 1 provides the reader with a quick introduction to the power of Perl and the compactness of Perl programs
- This book includes many code segments, concentrating on Perl as a programming tool
- Covers enough constructs to allow reader to write significant programs
- Includes Perl's arrays, which are more flexible and powerful than those of other popular programming languages
- Describes hashes-data structures for storing keyed table information
- Describes references, which allow users to define their own data structures
- Supports the information required to write CGI programs in Perl, including use of the CGI.pm module
- Concludes with six advanced topics of Perl and how other programs can be launched from Perl programs
- Provides a Companion Website with supplemental material to accompany the text
PERL by Example
|
Ellie Quigley
Our Price: $31.96
Retail Price: $39.95
You Save: $7.99 (20%)
In-Stock: Ships 2-3 days
Format: Paperback, 2nd ed., 576pp.
ISBN: 0136556892
Publisher: Prentice Hall
Pub. Date: September 1997
Edition Desc: 2ND Book & CD-ROM
|
This tutorial/reference is the ideal guide for UNIX professionals who want to (or must) learn Perl (Practical Extraction and Report Language) as quickly as possible. The author teaches Perl through extensive use of thoroughly annotated programming examples, and through comparing and contrasting the features of Perl with those of the UNIX shells and C programming language.
Mastering Perl 5
|
Eric C. Herrmann
Our Price: $31.99
Retail Price: $39.99
You Save: $8.00 (20%)
In Stock: 24 hours
Format: Paperback, 926pp.
ISBN: 0782122000
Publisher: Sybex, Inc.
Pub. Date: February 1999
|
Mastering Perl 5 is like no other book on Perl. Inside, a recognized expert focuses on the latest version of the language, teaching you all the concepts and techniques you need to master, no matter how you're using Perl. Clear, complete explanations and more than 100 practical examples ensure that you will find sound solutions to specific problems.
Cross-Platform Perl
|
2nd Edition
Eric Foster-Johnson
Our Price: $31.99
Retail Price: $39.99
You Save: $8.00 (20%)
In Stock: 24 hours
Format: Paperback, 2nd ed., 603pp.
ISBN: 0764547291
Publisher: IDG Books Worldwide
Pub. Date: September 2000
Edition Desc: 2ND Book & CD-ROM
|
Full of practical examples and updated for the latest version of Perl, version 5.6.0, this acclaimed introductory guide explains how to harness the power of Perl in heterogeneous UNIX-Windows-Linux environments, from automating applications and network functions to creating GUIs and interactive Web pages. The CD-ROM includes ActivePerl for Windows, the Perl source code, sample code and scripts, and useful Perl tools.
Perl Power!
|
A JumpStart Guide to Programming with Perl 5
Michael Schilli
Our Price: $38.44
In Stock: 24 hours
Format: Paperback, 440pp.
ISBN: 0201360683
Publisher: Addison Wesley Longman, Inc.
Pub. Date: January 1999
Edition Desc: Book & CD-ROM
|
If you are looking to bring the power of Perl to your workstation, this is the book for you. Now you can learn Perl basics and get up to speed with Internet and Object-Oriented programming with just one book. Packed with hints and tips, solutions and exercises, Perl Power! is the perfect jumpstart guide to the hottest features of the latest Perl release. The accompanying CD-ROM features all the programming examples from the book, together with a complete ready-to-use Perl distribution for Windows 95/NT, a free Apache Web Server and freely available modules which can be used to solve everyday programming problems.
|