Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.

Help

Perl


61. 

Perl Debugged

Perl Debugged

By: 

Publisher: Addison-Wesley Professional

Publication Date: 27-MAR-2001

Insert Date: 27-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

"This book was a joy to read. It covered all sorts of techniques for debugging, including 'defensive' paradigms that will eliminate bugs in the first place. As coach of the USA Programming Team, I find the most difficult thing to teach is debugging. This is the first text I've even heard of that attacks the problem. It does a fine job. Please encourage these guys to write more."–Rob Kolstad Perl Debugged provides the expertise and solutions developers require for coding better, faster, and more reliably in Perl. Focusing on debugging, the most vexing aspect of programming in Perl, this...

62. 

Mastering Perl/Tk

Mastering Perl/Tk

By: ;

Publisher: O'Reilly Media, Inc.

Publication Date: 25-JAN-2002

Insert Date: 27-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it. Mastering Perl/Tk is the "bible" of Perl/Tk: It's not only a great book for getting started, but the best reference for learning the techniques of experienced Perl/Tk programmers. The first half of the book contains the basics on how to use Perl/Tk, and then branches out into advanced...

63. 

Programming the Perl DBI

Programming the Perl DBI

By: ; Alligator Descartes

Publisher: O'Reilly Media, Inc.

Publication Date: 04-FEB-2000

Insert Date: 27-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications. The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of routines regardless of what database product you use--Oracle, Sybase, Ingres, Informix, you name it. The design of DBI is to separate the actual database drivers (DBDs) from the programmer's API, so...

64. 

Perl for Web Site Management

Perl for Web Site Management

By: 

Publisher: O'Reilly Media, Inc.

Publication Date: 22-OCT-2001

Insert Date: 27-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Checking links, batch editing HTML files, tracking users, and writing CGI scripts--these are the often tedious daily tasks that can be done much more easily with Perl, the scripting language that runs on almost all computing platforms. If you're more interested in streamlining your web activities than in learning a new programming language, Perl for Web Site Management is for you: it's not so much about learning Perl as it is about using Perl to do common web chores more efficiently. The secret is that, although becoming a Perl expert may be hard, most Perl scripts are relatively simple....

65. 

Perl for System Administration

Perl for System Administration

By: 

Publisher: O'Reilly Media, Inc.

Publication Date: 11-JUL-2000

Insert Date: 27-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Some people plan to become administrators. The rest of us are thrust into it: we are webmasters, hobbyists, or just the default "technical people" on staff who are expected to keep things running. After some stumbling around repeating the same steps over and over again (and occasionally paying the price when we forget one), we realize that we must automate these tasks, or suffer endless frustration. Thus enters Perl. The Perl programming language is ideal for writing quick yet powerful scripts that automate many administrative tasks. It's modular, it's powerful, and it's perfect for managing...

66. 

CGI Programming with Perl, Second Edition

CGI Programming with Perl, Second Edition

By: ; ;

Publisher: O'Reilly Media, Inc.

Publication Date: 29-JUN-2000

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous...

67. 

Learning Perl on Win32 Systems

Learning Perl on Win32 Systems

By: ; ;

Publisher: O'Reilly Media, Inc.

Publication Date: 01-AUG-1997

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

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...

68. 

Learning Perl/Tk

Learning Perl/Tk

By: 

Publisher: O'Reilly Media, Inc.

Publication Date: 01-JAN-1999

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

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...

69. 

Perl in a Nutshell

Perl in a Nutshell

By: ; ;

Publisher: O'Reilly Media, Inc.

Publication Date: 01-DEC-1998

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

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...

70. 

Learning Perl, Second Edition

Learning Perl, Second Edition

By: ;

Publisher: O'Reilly Media, Inc.

Publication Date: 01-JUL-1997

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

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. With a foreword by Larry Wall, the creator of Perl, this smooth, carefully paced book is the "official" guide for both formal (classroom) and informal learning. It is now current for Perl version 5.004. Learning Perl is a hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. Exercises (with complete solutions) accompany each chapter. A lengthy new chapter in this edition introduces you to CGI programming, while...

71. 

Perl Cookbook

Perl Cookbook

By: ;

Publisher: O'Reilly Media, Inc.

Publication Date: 01-AUG-1998

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. Topics range from beginner questions to techniques that even the most experienced of Perl programmers will learn from. More than just a collection of tips and tricks, the Perl Cookbook is the long-awaited companion volume to Programming Perl, filled with previously unpublished Perl arcana. The Perl Cookbook contains thousands upon thousands of examples ranging from brief one-liners to complete applications. Covered topic areas spread across nearly four hundred...

72. 

Advanced Perl Programming

Advanced Perl Programming

By: 

Publisher: O'Reilly Media, Inc.

Publication Date: 01-AUG-1997

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

So you've learned Perl, but you're getting frustrated. Perhaps you've taken on a larger project than the ones you're used to. Or you want to add a user interface or a networking component. Or you need to do more complicated error trapping. 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...

73. 

Perl in a Nutshell, Second Edition

Perl in a Nutshell, Second Edition

By: ; ;

Publisher: O'Reilly Media, Inc.

Publication Date: 03-JUN-2002

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

This complete guide to the Perl programming language ranges widely through the Perl programmer's universe, gathering together in a convenient form a wealth of information about Perl itself and its application to CGI scripts, XML processing, network programming, database interaction, and graphical user interfaces. The book is an ideal reference for experienced Perl programmers and beginners alike. With more than a million dedicated programmers, Perl is proving to be the best language for the latest trends in computing and business, including network programming and the ability to create and...

74. 

Perl and XML

Perl and XML

By: ;

Publisher: O'Reilly Media, Inc.

Publication Date: 25-APR-2002

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC. As the Perl programming language was tailor-made for manipulating text, few people have disputed...

75. 

Perl & LWP

Perl & LWP

By: 

Publisher: O'Reilly Media, Inc.

Publication Date: 20-JUN-2002

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Perl soared to popularity as a language for creating and managing web content, but with LWP (Library for WWW in Perl), Perl is equally adept at consuming information on the Web. LWP is a suite of modules for fetching and processing web pages. The Web is a vast data source that contains everything from stock prices to movie credits, and with LWP all that data is just a few lines of code away. Anything you do on the Web, whether it's buying or selling, reading or writing, uploading or downloading, news to e-commerce, can be controlled with Perl and LWP. You can automate Web-based purchase...

76. 

Learning Perl, Third Edition

Learning Perl, Third Edition

By: ;

Publisher: O'Reilly Media, Inc.

Publication Date: 18-JUL-2001

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

If you ask Perl programmers today what book they relied on most when they were learning Perl, you'll find that an overwhelming majority will name Learning Perl--also known affectionately as "the Llama." The first edition of Learning Perl appeared in 1993 and has been a bestseller ever since. Written by two of the most prominent and active members of the Perl community, this book is the quintessential tutorial for the Perl programming language. Perl began as a tool for Unix system administrators, used for countless small tasks throughout the workday. It has since blossomed into a...

77. 

Beginning Perl for Bioinformatics

Beginning Perl for Bioinformatics

By: 

Publisher: O'Reilly Media, Inc.

Publication Date: 22-OCT-2001

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

With its highly developed capacity to detect patterns in data, Perl has become one of the most popular languages for biological data analysis. But if you're a biologist with little or no programming experience, starting out in Perl can be a challenge. Many biologists have a difficult time learning how to apply the language to bioinformatics. The most popular Perl programming books are often too theoretical and too focused on computer science for a non-programming biologist who needs to solve very specific problems. Beginning Perl for Bioinformatics is designed to get you quickly over the...

78. 

Programming Perl, Third Edition

Programming Perl, Third Edition

By: ; ;

Publisher: O'Reilly Media, Inc.

Publication Date: 14-JUL-2000

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Perl is a powerful programming language that has grown in popularity since it first appeared in 1988. The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book. Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom...

79. 

Perl Developer's Dictionary

Perl Developer's Dictionary

By: 

Publisher: Sams

Publication Date: 18-JUL-2001

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

Perl Developer's Dictionary is a complete, well-organized reference to the Perl language and environment, including core syntax as well as Perl modules. Designed specifically for the experienced developer who needs a reference readily available on his or her desk to refer to on a daily basis, the book is extensively cross-referenced and indexed for optimal usability. In addition to providing a complete syntax reference for all core Perl functions, the book also provides quick access to language syntax, constructs, and other language issues. Each major section of the book is prefaced with a...

80. 

Win32 Perl Programming: The Standard Extensions, Second Edition

Win32 Perl Programming: The Standard Extensions, Second Edition

By: 

Publisher: Sams

Publication Date: 10-SEP-2001

Insert Date: 26-SEP-2002

Slots: 1.0

Table of Contents • Start Reading

This book is a guide to Perl¿s most common Win32 extensions, grouped by their functionality. The new edition updates coverage from Perl 5.05 to current Perl version 5.6. It also includes new chapters offering critical, badly-needed information regarding security for Win32Perl, the topic most highly requested by reviewers. The appendices have descriptions and syntax of each function in the extensions covered. Each chapter makes extensive use of code segments to illustrate the use of specific functions and real world scenarios in which these functions can be used....