JavaScript | CGI | CSS | Java | PHP | SQL | ASP | HTML | PERL | Python | C++ | Graphics | DHTML | Misc

PERL Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Previous Page

Perl in 24 Hours

Perl in 24 Hours

Starter Kit
Clinton Pierce

Our Price: $19.99
Retail Price: $24.99
You Save: $5.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 431pp.
ISBN: 0672317737
Publisher: Sams
Pub. Date: November 1999
Edition Desc: Book & CD-ROM

Even if you're new to Perl, Sams Teach Yourself Perl in 24 Hours teaches you everything you need to know to begin producing useful CGI programs quickly. This book provides you with a solid foundation in the basics of the Perl language, so you can easily move on to more advanced books and techniques. Special attention is paid to those features that trouble new users. Building on that knowledge, you will begin to interact with your file system, operating system, and network environment. Then move on to creating useful CGI programs, such as data collection, shopping cart, server push, and e-mail forms.
Laura Lemay's Teach Yourself PERL in 21 Days

Laura Lemay's Teach Yourself PERL in 21 Days

Laura Lemay

Our Price: $23.99
Retail Price: $29.99
You Save: $6.00 (20%)
In Stock: 24 hours
Format: Paperback, 3rd ed., 680pp.
ISBN: 0672313057
Publisher: Macmillan Publishing Company, Inc.
Pub. Date: July 1998

In just 21 days, you'll learn all the skills you need to easily write, debug, and run your own Perl scripts. Each day's lesson covers a different aspect of Perl in an easy to understand, step-by-step manner, reinforcing the discussion of techniques and concepts with practical working examples.
Teach Yourself PERL 5 for Windows NT in 21 Days

Teach Yourself PERL 5 for Windows NT in 21 Days with Cdrom

with Cdrom
Tony Yantao Zhang David Till

Our Price: $31.99
Retail Price: $39.99
You Save: $8.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 868pp.
ISBN: 0672310473
Publisher: Sams
Pub. Date: March 1997
Edition Desc: Book & CD-ROM

Write, debug, and successfully run Perl 5 programs on Windows NT; learn CGI programming and data manipulation; understand the Perl 5 for Win32 module extensions; explore the use of object-oriented programming in Perl; and explore scalar values, mathematical functions, associative arrays, file system functions, and system variables.
Mastering Algorithms
with PERL

Mastering Algorithms with PERL

John Orwant, John MacDonald,
Jarkko Hietaniemi, Andy Oram (Editor)

Our Price: $27.96
Retail Price: $34.95
You Save: $6.99 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 684pp.
ISBN: 1565923987
Publisher: O'Reilly & Associates, Inc.
Pub. Date: August 1999

Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:
  • Fuzzy pattern matching for text (identify misspellings!)
  • Finding correlations in data
  • Game-playing algorithms
  • Predicting phenomena such as web traffic
  • Polynomial and spline fitting
  • Encrypting your data
Using algorithms explained in this book, you too can carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl.

This book assumes a basic understanding of Perl syntax and functions, but not necessarily any background in computer science. The authors explain in a readable fashion the reasons for using various classic programming techniques, the kind of applications that use them, and - most important - how to code these algorithms in Perl.

If you are an amateur programmer, this book will fill you in on the essential algorithms you need to solve problems in other languages, you will be surprised at how much different (often easier) it is to implement them in Perl. And yes, the book even has the obligatory fractal display program.

There have been dozens of books on programming algorithms, some of them excellent, but never before has there been one that uses Perl.

The authors include the editor of The Perl Journal and master librarian of CPAN; all are contributors to CPAN and have archived much of the code in this book there.

PERL Resource Kit
UNIX Edition

PERL Resource Kit UNIX Edition

4 Volume Set with CD-ROM
Larry Wall, Brian Jepson,
Nate Patwardhan, Ellen Siever, David Futato

Our Price: $119.96
Retail Price: $149.95
You Save: $29.99 (20%)
In-Stock: Ships 2-3 days
Format: Paperback, 1st ed., 1812pp.
ISBN: 1565923707
Publisher: O'Reilly & Associates, Inc.
Pub. Date: October 1997
Edition Desc: Book & CD-ROM

The Perl Resource Kit - UNIX Edition gives you the most comprehensive collection of Perl documentation and commercially enhanced software tools available today. Developed in association with Larry Wall, the creator of Perl, it's the definitive Perl distribution for webmasters, programmers, and system administrators. The Perl Resource Kit Includes: -Over 1800 pages of tutorial and in-depth reference documentation for Perl utilities and extensions, in 4 volumes. A cd-rom containing the complete Perl distribution, plus hundreds of freeware Perl extensions and utilities - a complete snapshot of the Comprehensive Perl Archive Network (CPAN) - as well as new software written by Larry Wall just for the Kit. Like Microsoft Press' bestselling NT Resource Kits, the Perl Resource Kit is a combination of must-have software and documentation.
Learning PERL for WIN32

Learning PERL for WIN32

Randal L. Schwartz
Erik Olsen
Tom Christiansen

Our Price: $23.96
Retail Price: $29.95
You Save: $5.99 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 306pp.
ISBN: 1565923243
Publisher: O'Reilly & Associates,Inc.
Pub. Date: October 1997
Edition Desc: 1 ED

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.
Learning PERL/Tk

Learning PERL/Tk

Our Price: $27.96
Retail Price: $34.95
You Save: $6.99 (20%)
In Stock: 24 hours (Same Day)
Format: Hardcover, 344pp.
ISBN: 1565923146
Publisher: O'Reilly & Associates, Inc.
Pub. Date: January 1998
Learning Perl/Tk is a tutorial for Perl/Tk, the extension to Perl for creating graphical user interfaces. With Tk, Perl programs can be window-based rather than command-line based, with buttons, entry fields, listboxes, menus, and scrollbars. Originally developed for the Tcl language, the Perl port of the Tk toolkit liberates Perl programmers from the world of command-line options, STDIN, and STDOUT, allowing them to build graphical, event-driven applications for both Windows and UNIX.

This book is aimed at Perl novices and experts alike. It explains the reasoning behind event-driven applications and drills in guidelines on how to best design graphical applications. It teaches how to implement and configure each of the Perl/Tk graphical elements step-by-step. Special attention is given to the geometry managers, which are needed to position each button, menu, label and listbox in the window frame.

Although this book does not teach basic Perl, anyone who has written even the simplest Perl program should be able to learn Tk from this book. The writing is breezy and informal, and gets right to the point of what you need to know and why. The book is rife with illustrations that demonstrate how each element is drawn and how its configuration options affect its presentation.

Learning Perl/Tk is for every Perl programmer who would like to implement simple, easy-to-use graphical interfaces.

PERL in a Nutshell

PERL in a Nutshell

Ellen Siever, Stephen Spainhour,
Steve Talbott Nathan Patwardhan,
Larry Wall Schwar

Our Price: $23.96
Retail Price: $29.95
You Save: $5.99 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 674pp.
ISBN: 1565922867
Publisher: O'Reilly & Associates, Inc.
Pub. Date: December 1998

Perl in a Nutshell is a comprehensive reference guide to the Perl programming language. This book covers all the core features of the language. It ranges widely through the Perl programmer's universe, gathering together in convenient form a wealth of information about Perl itself and its application to CGI scripts, network programming, database interaction, and graphical user interfaces. It also gives detailed coverage about using Perl within a Win32 environment.

This book assembles more information about the language in one place than any other reference work. Here are just some of the topics covered in the book:

  • Basic language reference
  • Introduction to using Perl modules
  • Perl and CGI: CGI basics, CGI.pm, mod_perl
  • DBI, the database-independent API for Perl
  • Sockets programming in Perl
  • LWP, the library for World Wide Web programming in Perl
  • The Net::* modules
  • pTk, the Tk extension to Perl
As part of the successful "in a Nutshell" series of books from O'Reilly & Associates, Perl in a Nutshell is for readers who want a single reference for all their needs.
Learning PERL

Learning PERL

Randal L. Schwartz
Tom Christiansen
Steve Talbot (Editor)

Our New Price: $23.96
Retail Price: $29.95
You Save: $5.99
In Stock: 24 hours (Same Day)
Format:Paperback, 2nd ed., 304pp.
ISBN: 1565922840
Publisher: O'Reilly & Associates,Inc.
Pub. Date: July 1997
Edition Desc: Revised

In this update of a bestseller, two leading Perl trainers teach you to use the most universal scripting language in the age of the World Wide Web. Now current for Perl version 5.004, this hands-on tutorial includes a lengthy new chapter on CGI programming, while touching also on the use of library modules, references, and Perl's object-oriented constructs.
Using PERL 5 for
Web Programming,
Special Edition

Using PERL 5 for Web Programming, Special Edition

David Harlan
Paul Doyle
Shelley Powers
Michael O'Foghlu

Our Price: $39.99
Retail Price: $49.99
You Save: $10.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 609pp.
ISBN: 0789706598
Pub. Date: August 1996

This special edition book and companion CD-ROM is your resource for building Web servers and applications, with complete coverage of advanced CGI scripting. Covers all aspects of Perl with focus on under-documented topics such as database interaction. Contains hands-on examples. CD-ROM includes the book in HTML format; complete source code from the book and Perl versions 4 and 5; and more.

With a review by Tom Christiansen, one of the original Perl founders, this is one of the most comprehensive books on the market, covering Perl OOP structure, socket programming, HTML conversions, building Internet search utilities, and more!

  • Focuses heavily on the Windows NT version of Perl
  • Provides coverage of advanced Perl topics, including object-oriented programming with Perl
  • CD-ROM includes the complete electronic version of the book in HTML format, as well as two other Que books

PERL Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Previous Page

JavaScript | CGI | CSS | Java | PHP | SQL | ASP | HTML | PERL | Python | C++ | Graphics | DHTML | Misc


Home | Free Buttons | Monthly Project | Seasonal Site | Tips & Scripts | Book Store
Feature Archive | Application Form | Software Store | Hardware Store | Contact Us
© 2000 Ira Boucher Ira Designs