 |
 |
|
|
 |
Advanced Perl Programming - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This book covers complex techniques for managing production-ready Perl programs and explains methods for manipulating data and objects that may have looked like magic before. It gives you necessary background for dealing with networks, databases, and GUIs, and includes a discussion of internals to help you program more efficiently and embed Perl within C or C within Perl.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Beginning Perl - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
The motto of Perl is "There's more than one way to do it"-Beginning Perl aims to take you through them all. From installation, through to the core language elements - regular expressions, references, modules, and the like - and on to basic applied techniques. The book promotes the use of Perl as a programming language, encouraging the creation of legible and sensible programs so as to dispel the image of Perl as a confusing and obscure language. In other words: Don't worry, whatever your current experience level in the world of Perl, this book has something for you.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Effective Perl Programming: Writing Better Programs With Perl - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
In Effective Perl Programming, Perl experts Joseph Hall and Randal Schwartz share programming solutions, techniques, programming pointers, rules of thumb, and the pitfalls to avoid, enabling you to make the most of Perl's power and capabilities. The authors will help you develop a knack for the right ways to do things. They show you how to solve problems with Perl, and how to debug and improve your Perl programs. Offering examples, they help you learn good Perl style. Geared for programmers who have already acquired Perl basics, the book will extend your skill range, providing the tactics and deeper understanding you need to create Perl programs that are more elegant, effective, and succinct.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 20 | Hits In: 0
Learning Perl - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
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 touching also on the use of library modules, references, and Perl's object-oriented constructs. Contents include: A quick tutorial stroll through Perl basics, Systematic, topic-by-topic coverage of Perl's broad capabilities, Lots of brief code examples, Programming exercises for each topic, with fully worked-out answers, How to execute system commands from your Perl program, How to manage DBM databases using Perl, and An introduction to CGI programming for the Web.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
Learning Perl on Win32 Systems - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
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. 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, and Perl modules for OLE automation and the Registry.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Mastering Regular Expressions - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Mysql and Perl for the Web - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
"MySQL and Perl for the Web" provides a much-needed handbook for database and Web developers seeking an extensive and detailed guide for using the combination of MySQL and Perl to build dynamic and interactive database-backed Web sites. It shows how to use Perl's DBI database access module, pairing it with with the CGI.pm module that allows Web pages and forms to be generated and processed easily. These tools provide developers with a solid foundation for creating applications that incorporate database content to create dynamic, up-to-date Web sites.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Object Oriented Perl - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Object Oriented Perl provides an invaluable guide to virtually every aspect of object-oriented programming in Perl. It shows the basics of solid object design, common mistakes and many tips for navigating the powerful and flexible nuances of using Perl objects. Also covers popular object modules available from CPAN and discusses performance issues and the tradeoff between programming convenience and speed often faced by today's Perl developer. Advanced chapters cover a number of techniques for adding persistence and invoking methods using multiple dispatching. Topics covered: Perl language review, CPAN, Perl objects, 'blessing' and inheritance, polymorphism, Class::Struct and Class::Methodmaker modules, Perl ties and closures, operator overloading, encapsulation, multiple dispatch, Class::Multimethods, coarse-grained and fine-grained object persistence techniques, performance issues.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Perl 5 Pocket Reference - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This is a standard, quick-reference guide for the Perl programming language. The second edition, updated to cover the latest Perl version, provides a complete overview of the language, from variables to input and output, from flow control to regular expressions, from functions to document formats--all packed into a convenient, carry-around booklet.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 14 | Hits In: 0
Perl : Annotated Archives - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Create extensible programs and dynamic Web applications with this exceptional collection of annotated, reusable Perl code. Perl Annotated Archives is packed with ready-to-run code for Windows, Unix, Mac and Web applications along with line-by-line explanations. Use the power and flexibility of Perl to carry out hundreds of functions easily - process and report on text files, write clients and servers within a single application, dynamically create HTML, secure your Web site, manage an entire network from a single point, and much more. Complete with a CD-ROM containing all of the book's source code and applications, this one-of-a-kind collection is a programmers reference and how-to manual in a single convenient volume.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Perl Black Book - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This book is designed to give you as much of the whole Perl story as one book can hold. It features: Written by Steve Holzner, former contributing editor for PC Magazine and the author of 50 computer books, Includes 250 pages of CGI programming, the driving force behind Perl’s popularity, Includes over 1,000 programming examples, Comprehensive coverage of Perl syntax and programming, and more.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Perl By Example - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Through proven sample programs, Perl By Example takes readers from their first program to highly sophisticated scripting. Updated for Web developers, the book teaches CGI scripting with Perl. Filled with practical information on Perl development, Perl by Example, Third Edition covers names and operators, regular expressions, file handles, libraries, references, reporting, and more. Other highlights include: Support for Perl on Unix, Linux, Windows, and Macintosh; CGI Web development with CGI.pm; and Database integration with Perl DBI. The user-friendly style offers one-to-one comparisons with other popular languages and utilities and a massive reference section for easy look-up. The CD-ROM includes all source code from the book, plus new Perl distributions for Windows.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
Perl Cookbook - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. You'll find hundreds of rigorously reviewed Perl "recipes" for manipulating strings, numbers, dates, arrays, and hashes; pattern matching and text substitutions; references, data structures, objects, and classes; signals and exceptions; and much more.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 21 | Hits In: 0
Perl For Dummies® - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Perl For Dummies, 2nd Edition, guides you step-by-step through the arcane syntax and programming environment of Perl, whether you're working on a UNIX, Windows 95/98/NT, or Macintosh. Perl For Dummies is written for both programming novices and veteran code warriors. From the basic elements of programming with Perl to advanced topics on designing and building complex Perl programs, this plain-English reference covers every version of Perl for creating custom CGI scripts for your Web site. Plus, this book's bonus CD-ROM, includes all the source code from the book, along with a copy of ActivePerl, from ActiveState.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Perl for Web Site Management - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This book shows how to write CGI scripts to incorporate search engines, convert multiple text files to HTML, monitor log files, and track visitors to your site. 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. 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. Even if you don't have any programming background, this book will get you quickly past Perl's seemingly forbidding barrier of chops and chomps, execs and elsifs.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Perl in a Nutshell : A Desktop Quick Reference - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
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. Topics include: 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, and pTk - the Tk extension to Perl.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 13 | Hits In: 0
|
|
|
Page: 1 [2]
|
|