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

Object Oriented PERL

Object Oriented PERL

Damian Conway
Foreword by Randal L. Schwartz

Our Price: $34.36
Retail Price: $42.95
You Save: $8.59 (20%)
In Stock: 24 hours
Format: Paperback, 1st ed., 490pp.
ISBN: 1884777791
Publisher: Manning Publications Co.
Pub. Date: September 1999

Programmers who already have basic to intermediate skills in procedural Perl and understand fundamental concepts of object orientation will get a solid understanding of basic and advanced object-oriented Perl. This book clarifies when, where and why to use Perl. Featuring many techniques and tricks, it presents solutions to common programming problem and explains how to combine Perl and C++.
The PERL 5
Programmmer's Reference

The PERL 5 Programmmer's Reference

Windows 95/NT, MacIntosh, OS/2 & UNIX
R. Allen Wyke & Luke Duncan

Our Price: $39.99
In-Stock: Ships 2-3 days
Format: Paperback, 1st ed., 428pp.
ISBN: 1566047501
Publisher: Ventana Communications Group
Pub. Date: September 1997

The most complete, concise reference available for Perl 5, this documented guide thoroughly covers everything you need to write and debug programs - all in an encyclopedic format. It provides documentation for all Perl 5 commands and included modules; enables easy access to information - lists all commands alphabetically; provides extensive cross references, including jump tables and the complete, hyperlinked text on CD-ROM. Entries feature syntax, usage, examples, values, parameters, a list of related functions, and identification of support for both Perl 4 and Perl 5; plus, implementation tips, and appendices with error codes, special variables, pattern matching, and debugger commands.
Writing Apache Modules
with PERL and C

Writing Apache Modules with PERL and C

Lincoln Stein
Doug MacEachern
Linda Mui (Editor)

Our Price: $31.96
Retail Price: $39.95
You Save: $7.99 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 724pp.
ISBN: 156592567X
Publisher: O'Reilly & Associates, Inc.
Pub. Date: March 1999

Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web server functionality through the Apache API.

For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Apache API available to Perl programmers. With mod_perl, it becomes simple to develop Apache modules with Perl and install them without having to rebuild the Web server.

Writing Apache Modules with Perl and C teaches you how to extend the capabilities of your Web server regardless of whether you use Perl or C as your programming language. The book explains the design of Apache, mod_perl, and the Apache API. It then demonstrates how to use them to perform for tasks like the following:

  • Rewriting CGI scripts as Apache modules to vastly improve performance
  • Server-side filtering of HTML documents, to embed special markup or code (much like SSI)
  • Enhancing server log functionality
  • Converting file formats on the fly
  • Implementing dynamic navigation bars
  • Incorporating database access into CGI scripts
  • Customizing access control and authorization to block robots or to use an external database for passwords
The authors are Lincoln Stein and Doug MacEachern. Lincoln is the successful author of How to Set Up and Maintain a World Wide Web Site and the developer of the widely used Perl CGI.pm module. Doug is a consultant and the creator of the innovative mod_perl Apache module.
Perl/Tk
Pocket Reference

Perl/Tk Pocket Reference

Stephen Lidie

Our Price: $8.95
Retail Price: $9.95
You Save: $1.00 (10%)
In Stock: 24 hours (Same Day)
Format: Paperback, 104pp.
ISBN: 1565925173
Publisher: O'Reilly & Associates, Inc.
Pub. Date: August 1998
Edition Desc: POCKET

This small book is a handy reference guide to almost all Perl/Tk graphical elements, including general widget information and the details of each widget, window management, events, bindings, fonts, images, and geometry management.
PERL 5 Pocket Reference

PERL 5 Pocket Reference

Johan Vromans
Steve Talbott (Editor)
Gigi Estabrook (Editor)

Our Price: $8.05
Retail Price: $8.95
You Save: $0.90 (10%)
In Stock: 24 hours (Same Day)
Format: Paperback, 2nd ed., 71pp.
ISBN: 1565924959
Publisher: O'Reilly & Associates, Inc.
Pub. Date: October 1998
Edition Desc: 2ND POCKET

This is the standard quick-reference guide for the Perl programming language. It provides a complete overview of the language, from variables to input and output, from how control to regular expressions, from functions to document formats - all packed into a convenient, carry-around booklet. Updated to cover Perl version 5.005.
Programming Web Graphics
with PERL and GNU Software

Programming Web Graphics with PERL and GNU Software

Shawn P. Wallace
Richard Koman (Editor)

Our Price: $26.36
Retail Price: $32.95
You Save: $6.59 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 441pp.
ISBN: 1565924789
Publisher: O'Reilly & Associates, Inc.
Pub. Date: February 1999

From access counters and log-report graphs to scientific plots and on-the-fly animated GIFs, graphics scripting is within the grasp of most Web authors. It is a little documented field, however, and the many valuable free libraries and tools available on the Internet remain under-utilized. Programming Web Graphics with Perl & GNU Software is aimed at intermediate and advanced Web users who want to use CGI scripts to generate dynamic graphic content. It will also help to demystify the manipulation of graphics formats for newcomers to the Web.

Programming Web Graphics with Perl & GNU Software takes a practical, resource-like approach to the content. It is not a book about design or aesthetics of Web graphics; its focus is on programming or, more accurately, scripting programs that manipulate graphics file to be published on the Web. Most of the examples in the book use Perl as a scripting language, though the concepts are applicable to any programming language. However, several powerful Perl modules for generating graphics (GD, PerlMagick, GIFgraph) should help position Perl as a major contender for your Web graphics applications. Most of the topics covered in the book are applicable to any platform (NT, Linux, Unix, MaxOS), with the exception of the chapter detailing the Gnu Image Manipulation Program (a free Adobe Photoshop-like application), which requires a connection to an X server. The focus is always on free software, when it is available.

This book covers the following:

  • a tour through the most popular Web graphics file formats by implementing parsers for GIF, JPEG, and PNG files
  • descriptions of the PNG, JPEG, and giflib libraries, as well as many other free and proprietary libraries and SDKs
  • extensive documentation and examples using the Perl graphics modules GD and GIFgraph, and the Perl interface to the powerful ImageMagick libraries
  • documentation on the Gnu Image Manipulation Program (GIMP) and the Perl interface that lets you easily script plug-ins or interface to the GIMP via the Web
  • the creation of image maps from data extracted from a database
  • the implementation of several new Perl modules for the creation of neatly formatted PostScript files
  • details on interfacing to a fax gateway
  • reusable recipes for many popular applications such as Web counters and Web cams
  • the creation of animated GIFs on-the-fly
  • optimizing graphics generation on the server-side.
One of the key ingredients to the success of the Web is that anyone who wanted to could participate in publishing to the world. This book will take its readers to the next level of publishing to the world: learning to use scripting programs to create dynamic graphics for their Web sited. The information in this book is written in a practical, easy manner with high-quality documentation and useful examples throughout. It is a detailed reference that provides Web designers and programmers and with the information they need to program.
The Perl Cd Bookshelf

The Perl Cd Bookshelf

6 Bestselling Books on Cd-Rom
Linda Walsh (Editor) Ellen Siever

Our Price: $47.96
Retail Price: $59.95
You Save: $11.99 (20%)
In Stock: 24 hours (Same Day)
Format: Hardcover, 654pp.
ISBN: 1565924622
Publisher: O'Reilly & Associates, Inc.
Pub. Date: May 1999

Perl programmers increasingly rely on the Web, online help, and other online information sources to solve information pain. Now O'Reilly's Perl CD Bookshelf gives you convenient online access to your favorite books from your CD-ROM drive.

The Perl CD Bookshelf contains a powerhouse of O'Reilly Animal Guides. Included are complete, unabridged versions of Perl in a Nutshell; Programming Perl, 2nd Edition; Perl Cookbook; Advanced Perl Programming; Learning Perl; and Learning Perl on Win32 Systems. As a bonus, the new hard-copy version of Perl in a Nutshell is also included.

Never has it been easier to learn, or look up, what you need to know online. Formatted in HTML, The Perl CD Bookshelf can be accessed with any Web browser. The books are fully searchable and cross-referenced. In addition to individual indexes for each book, a master index for the entire library is provided.

The PERL Resource Kit

The PERL Resource Kit

Dick Hardt & Erik Olson

Our Price: $119.96
Retail Price: $149.95
You Save: $29.99 (20%)
In Stock: 24 hours
Format: Paperback, 1st ed., 1900pp.
ISBN: 1565924096
Publisher: O'Reilly & Associates, Inc.
Pub. Date: September 1998
Edition Desc: Book & CD-ROM

Get the full Power of Perl on Win32 Systems!

Find out why Perl has become the language of choice for a growing number of NT system administrators and Win32 Web developers. The Win32 Perl Resource Kit is an essential tool fo tapping the power and flexibility of Perl on Win32. The Kit contains the latest commercial Win32 Perl software from Dick Hardt's ActiveState company, along with hundreds of Perl modules that run on Win32, and a definitive documentation set from O'Reilly.

Advanced PERL Programming

Advanced PERL Programming

Sriram Srinivasan
Andy Oram (Editor)

Our Price: $31.96
Retail Price: $39.95
You Save: $7.99 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 430pp.
ISBN: 1565922204
Publisher: O'Reilly & Associates, Inc.
Pub. Date: August 1997
Edition Desc: 1 ED

Whether your knowledge of Perl is casual or deep, this book will make you a more accomplished programmer. Here you can learn the complex techniques for production-ready Perl programs. This book explains methods for manipulating data and objects that may have looked like magic before. Furthermore, it sets Perl in the context of a larger environment, giving you the background you need for dealing with networks, databases, and GUIs. The discussion of internals helps you program more efficiently and embed Perl within C, or C within Perl. In addition, the book patiently explains all sorts of language details you've always wanted to know more about, such as the use of references, trapping errors through the eval operator, non-blocking I/O, when closures are helpful, and using ties to trigger actions when data is accessed. You will emerge from this book a better hacker, and a proud master of Perl.

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