Perl Programmer Resources

Below you will find 4 categories and 57 links related to Perl Programmer Resources.

Categories:

Links:

Perl : Books

ActivePerl with ASP and ADO

Visit ActivePerl with ASP and ADO

A programmer's guide to creating faster, more robust, interactive Web pages using PerlScript. PerlScript is an emerging scripting language that lets UNIX programmers write easy code for powerful and hot new Microsoft technologies such as Active Server Pages (ASP). Like JavaScript or VBScript, PerlScript is a "lite" version of a full-fledged programming language. Both Perl and VBScript programmers will benefit from the move to PerlScript because it provides cost benefits, superior power, and speed. This book provides a no-filler tutorial on PerlScript with plenty of concise examples that focus on using Active Server Pages (ASP) objects, and ActiveX Data Objects (ADO). It gives programmers the exact syntax for methods, properties, setting properties, database programming, collections, and data retrieval. CD-ROM contains ActivePerl plus all examples and scripts from the book. This guide walks through ActivePerl installation and configuration.

  • Cost: $42.73
  • Pages: 290
  • Edition: paperback
  • ISBN: 0471383147

Advanced Perl Programming

Visit Advanced Perl Programming

Perl has evolved from its beginnings as an eclectic scripting tool for UNIX administrators into one of the most popular, influential, and widely-used computer languages in history. In this course, you will learn how to fully utilize the Perl programming language. Disk included. Designed for application programmers, system administrators, Web site authors, Webmasters, UNIX/NT users. Prerequisites: Perl Programming and Perl application development experience. Full comprehension of the extending and embedding material will require some C or C++ programming experience. Topics include: argv, export, inc, and ISA; data inheritance, data_sources, dbi_pass, DELETE, derived class, dlls, driver handle, dynaloader, dynamic SQL, embperl, errstr, eval, ErrorDialog, even handlers, Exporter, FETCH, file scope, FILEHANDLE, focusNext, gunzip, hashes, httpd, IO, Laryy Wall, lists, list context, loops, main::package, make install, make dist, make clean, Makefile.

  • Cost: $40.00
  • Pages: 351
  • Edition: Spiral edition
  • ISBN: 1562439774

Applied Perl

Visit Applied Perl

More and more companies are using Perl as their language of choice for projects great and small in large part because of Perl's popularity among web CGI programmers. Perl's ability to quickly generate and manipulate text files, along with its flexibility in communicating with a variety of systems and platforms, make it indispensable. In many organizations, however, especially those with large-scale programming teams, Perl adopters still fight a daily battle for acceptance. Perl is perceived by the IT managers in these organizations as difficult to manage (because there's no one way to program), impossible to maintain (because deployment does not require compilation), prone to error (because its variables are weakly typed), and maybe even dangerous (because hackers use it). Applied Perl tackles these misperceptions through exploring cases where Perl is being applied inventively in the film industry, financial community, and Internet community.

  • Cost: $27.99
  • Pages: 405
  • Edition: paperback
  • ISBN: 0764547836

CGI Programming 101

Visit CGI Programming 101

CGI Programming 101: Programming Perl for the World Wide Web is a concise presentation of the key elements of Perl CGI, which makes it perfect for programmers who are under the gun. If you need to get up to speed on text strings, for example, you can read that chapter and be a pro within about 10 minutes. Form processing is addressed early on, followed by searching and sorting techniques, illustrations of how to use server-side includes (SSI), and other critical issues. In general, if you want to get the most out of this book, you'll be better off having some programming experience, be it in BASIC or C++. Topics covered include Perl variables, CGI environment variables, form processing, data file I/O, searching/sorting, server-side includes (SSI), random number generation, strings, date and time manipulation, HTTP cookies, e-mail processing, securing scripts, Perl modules, database programming, and custom Perl modules.

  • Cost: $24.95
  • Pages: 224
  • Edition: paperback
  • ISBN: 0966942604

Cross Platform Perl

Visit Cross Platform Perl

If you're a system administrator, Web designer, or programmer who wants to write scripts for multiple platforms, you're holding the key to success in your hands. This newly expanded second edition of Eric Foster-Johnson's acclaimed book shows you how to use Perl to automate your daily tasks, create Web pages from CGI scripts, manage files, generate reports, and more for Linux, UNIX, and Windows environments. If you want an easier, faster development solution for client-server and networking applications, this book gives you the cross-platform Perl tools you need to succeed. Topics include: Perl basics and language tutorial; Perl Scripts; Variables; Arrays; Associative arrays; Flow control; File I/O with Perl; Pattern matching and regular expressions; Perl for formatted text database reports; Overview of Perl modules and CPAN; CGI and Web development tutorial with Perl (including using HTML forms); Perl and XML; Perl/Tk.

  • Cost: $27.99
  • Pages: 609
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0764547291

Custom CGI Scripting with Perl

Visit Custom CGI Scripting with Perl

The only one-stop resource for Web developers and programmers. This book is an indispensable resource for Web developers and programmers who program CGI applications in Perl. It is designed to function as both a comprehensive reference to the fundamentals and a hands-on tutorial with detailed examples on creating and customizing CGI applications for the Web. Readers learn how to set up a server for integrating CGI scripts, how to work with HTTP variables, and other important CGI basics. They get a complete review of all the Perl syntax needed to create CGI programs and learn how to upload and test scripts and how to use libraries effectively. The book begins with an overview of CGI fundamentals and shows you how to set up a server for integrating CGI scripts. Hanegan then offers detailed coverage of Perl, including all the syntax for CGI programs. He also shows you how to upload and test perl scripts.

  • Cost: $39.99
  • Pages: 108
  • Edition: e-book (Adobe Reader)
  • ISBN: B00005T81B

Data Munging with Perl

Visit Data Munging with Perl

"Munging" is a computer term referring to the process of data conversion. Perl is particularly well suited to data munging and this programmer's guide provides advice on how to most efficiently manipulate data using Perl. After the manipulation of unstructured, record-oriented, fixed-width, and binary data is explored, the work moves into the realms of hierarchical data structures and parsers such as HTML and XML parsing tools. Finally, a demonstration of how to write one's own parsers for data structures is provided. The chapters are concise, the coverage is comprehensive, and the examples are plentiful and relevant.

  • Cost: $25.87
  • Pages: 300
  • Edition: 1st edition
  • ISBN: 1930110006

Effective Perl Programming

Visit Effective Perl Programming

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.

  • Cost: $24.47
  • Pages: 288
  • Edition: 1st edition
  • ISBN: 0201419750

Embedding Perl in HTML With Mason

Visit Embedding Perl in HTML With Mason

Embedding Perl in HTML with Mason shows you how to create large, complex, dynamically driven web sites that look good and are a snap to maintain. You'll learn how to visualize multiple Mason-based solutions to any given problem and select among them. The book covers the latest release of Mason 1.12, which has many new features, including line number reporting based on source files, sub-requests, and easier use as a CGI. The only book to cover this important tool, Embedding Perl in HTML with Mason is essential reading for any Perl programmer who wants to simplify web site design. Learn how to use Mason, and you'll spend more time making things work, and less time reinventing the wheel. Mason doesn't aim to be the one true Perl-based templating system for building web sites, but it's led many programmers to abandon their custom solutions when they've seen how much easier using Mason can be. Creating a Mason-based site can be tricky.

  • Cost: $24.47
  • Pages: 318
  • Edition: paperback
  • ISBN: 0596002254

Extending and Embedding Perl

Visit Extending and Embedding Perl

An explanation of how to expand the functionality and usefulness of the Perl programming language, this guide delves into the complex issues of using real code examples from the Perl source. Detailed is how to use Perl from C programs, such as writing interfaces to C libraries, techniques on implementing Perl callbacks for C libraries, passing Perl hashes and arrays between Perl and C. Additionally, developers are provided with an API reference for the internal C interface to Perl and a reference on the typemap system. Sometimes programmers are required to go outside the core of the Perl programming language to C routines or libraries in order to get their task done. This work was written in order to help software writers relate Perl and C. Assuming that readers are knowledgeable in Perl, they explain how to embed C into programs. In addition they also address cases where Perl is not the best base language and explore the opposite case.

  • Cost: $31.47
  • Pages: 384
  • Edition: paperback
  • ISBN: 1930110820

Graphics Programming with Perl

Visit Graphics Programming with Perl

Perl users learn tools and techniques that can be used to create and manipulate graphics with the Perl programming language. Topics range from simple graphics recipes to the development and design of flexible graphics software. Between these two extremes are examples of more complex uses of selected modules, such as using graphics in Web applications, and more general techniques for dealing with graphics and graphics formats. Source code downloads and technical support from the authors are available on publisher's Web site. Topics range from simple graphics recipes to the development and design of flexible graphics software. Source code downloads and technical support from the authors are available on the publisher's Web site. Martien Verbruggen is a senior programmer and project leader for Commercial Dynamics. He wrote GIFgraph and its progenitor GD: Graph to be able to display graphs without external programs.

  • Cost: $27.97
  • Pages: 300
  • Edition: 1st edition
  • ISBN: 1930110022

Instant Web Scripts With CGI Perl

Visit Instant Web Scripts With CGI Perl

This book gives Internet programmers useful, professionally-written scripts to use on their Web pages and for customizing individual needs. It includes scripts for e-mail and searching HTML directories, a "Fortune Cookie" generator, a message board system, and a CGI-based database, as well as an HTML Guestbook and electronic classified ads page. The CD-ROM contains two well known libraries for Perl 4 and 5, cgi-lib.pl and cgi.pm, and custom libraries created by the authors. A CD-ROM providing professionally written scripts that can be used instantly on Web pages or customized. Chapters explain how each script is set up and how they were programed, with sections on installing and using scripts, CGI libraries, databases, HTML, CGI- based graphics and animation, and miscellaneous applications. The CD-ROM contains scripts, Perl libraries, and custom libraries. For intermediate-level CGI developers with knowledge of HTML and the CGI/Perl environment.

  • Cost: $8.30
  • Pages: 809
  • Edition: Book and CD-ROM edition
  • ISBN: 1558514902

Mastering Perl/Tk

Visit Mastering Perl/Tk

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 applications with a series of extensive program examples. The result is a book accessible for novices, and invaluable for experienced programmers ready to learn the next step in the elegant and effective use of Perl/Tk.

  • Cost: $31.47
  • Pages: 768
  • Edition: 1st edition
  • ISBN: 1565927168

Mod_Perl Pocket Reference

Visit Mod_Perl Pocket Reference

Mod_perl integrates the complete Perl interpreter with the Apache web server. With mod_perl, programmers can take existing Perl CGI scripts and plug them in, usually without making any source code changes. The scripts will run exactly as before but many times faster. In addition, mod_perl offers a Perl interface to the Apache API, allowing full access to Apache internals, so that programmers can control every aspect of the Apache server. mod_perl Pocket Reference is a concise, conveniently formatted reference to all mod_perl features used in day-to-day mod_perl programming. This small book covers functions as well as configuration directives that help maximize the effectiveness of the mod_perl Apache module. A pocket-sized reference for mod_perl, the Apache module that brings Apache and Perl together. Includes a brief tutorial on mod_perl, and serves as a quick reference for material on all of mod_perl's classes, methods and configuration directives.

  • Cost: $1.99
  • Pages: 83
  • Edition: paperback
  • ISBN: 0596000472

Perl & XML (O'Reilly Perl)

Visit Perl & XML (O'Reilly Perl)

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. Perl & XML is aimed at Perl programmers who need to work with XML documents and data. The book covers all the major modules for XML processing in Perl, including XML::Simple, XML::Parser, XML::LibXML, XML::XPath, XML::Writer, XML::Pyx, XML::Parser::PerlSAX, XML::SAX, XML::SimpleObject, XML::TreeBuilder, XML::Grove, XML::DOM, XML::RSS, XML::Generator::DBI, and SOAP::Lite. But this book is more than just a listing of modules; it gives a complete, comprehensive tour of the landscape of Perl and XML, making sense of the myriad of modules, terminology, and techniques. This book covers parsing XML documents and writing them out again; working with event streams and SAX; tree processing and the Document Object Model (DOM); advanced tree processing with XPath and XSLT.

  • Cost: $24.47
  • Pages: 216
  • Edition: 1st edition
  • ISBN: 059600205X

Perl 5 Complete

Visit Perl 5 Complete

Of the multitude of languages available, Perl has emerged as the language of choice for Internet programmers and Web developers who wish to build dynamically interactive sites. And Perl 5 offers programmers a battery of key tools -- including a new compiler that creates faster, more compact code. Only Perl 5 Complete delivers the complete background professional programmers need to be conversant in Perl and create the best Web sites. This requisite sourcebook covers it all basic syntax, regular expressions, and much more. Inside Perl 5 Complete you'll find everything you need to: Master the new Perl compiler; Develop modules for Windows NT: Process, Mutex, Registry, and OLE ODBC; Develop modules for Unix: ProcessMgr, SafeSig, and ReadKey; Use Perl to run databases and CGI applications more smoothly; Interface Perl 5 to Java, Visual Basic, and C/C++; Explore dozens of pre-written programming modules.

  • Cost: $54.95
  • Pages: 1232
  • Edition: Book and CD-ROM edition
  • ISBN: 0079136982

Perl 5 HowTo

Visit Perl 5 HowTo

A book/CD-ROM providing 200 detailed solutions to Perl and CGI problems in question-and-answer format. Solutions are complete with reasons why the problem occurs, step-by-step directions, potential pitfalls, alternate solutions, and source code. Solutions are graded by complexity to help beginners separate out advanced tasks. The accompanying CD-ROM contains Perl 5 source and binaries, extensions, utilities, and HTML pages, as well as solutions and code from the book. For beginning through advanced Perl programmers. Perl 5 How-To saves Perl programmers hours of programming time by providing solutions to over 200 Perl problems in easy-to-access, award-winning Q&A format. Multi-platform (UNIX, DOS) documentation and solutions. Over 200 practical solutions to Perl programming problems. CD-ROM includes Perl source code, binaries, scripts, and utilities-all of which can be plugged into the readers own Perl programs.

  • Cost: $7.45
  • Pages: 894
  • Edition: 2nd edition
  • ISBN: 1571691189

Perl 5 Programmer's Reference

Visit Perl 5 Programmer's Reference

Written by Perl programmers for Perl programmers, this resource is organized in an encyclopedic format, with thumbtabs, for easy access to all aspects of Perl. It features all the new and changed functions in Perl 5 as well as Perl 4 functions carried over. The book offers common programming techniques for Perl on a function-by-function basis. The CD includes a hypertext version of the book, EarthLink TotalAccess Internet connection package with Netscape Navigator, and code samples and shareware. This book was developed under the assumption that when Perl programmers need help on a particular problem, they want it now. They do not want to filter through hard-to-understand documentation with examples that are too complex. You should notice that even though this book is for intermediate and advanced users, its definitions and examples are quite easy to follow and understand. Programming is much like one's handwriting as its unique to each person.

  • Cost: $7.99
  • Pages: 428
  • Edition: Book and CD-ROM edition
  • ISBN: 1566047501

Perl and CGI for the World Wide Web

Visit Perl and CGI for the World Wide Web

Perl is one of the most popular scripting languages for adding powerful interactive features to Web pages. Perl lets you place forms on your site that collect and process user input such as comments and product orders; enables visitors to search for information; and can integrate a database into your site, among its many other capabilities. Perl and CGI for the World Wide Web, 2nd Edition: Visual QuickStart Guide fully revised and updated since its original 1998 release, gets users to the core of CGI scripting with Perl. Even first-time programmers will be able to create useful, workable scripts from scratch, or adapt and customize existing scripts to their own needs. Hundreds of screen shots and clear, easy-to-understand directions make this the perfect Perl book for beginners, as well as a handy reference for those with previous programming experience. Use CGI.pm, the standard Perl module for analyzing incoming form data.

  • Cost: $13.99
  • Pages: 336
  • Edition: 2nd edition
  • ISBN: 0201735687

Perl Beginner's Guide

Visit Perl Beginner's Guide

Essential skills for first-time programmers! Perl: A Beginner's Guide will teach you the fundamentals of Perl programming. It covers Perl capabilities and syntax, accessing databases, working with modules, CGI programming, debugging and much more. This beginner's guide is designed for easy learning: Modules: Each programming concept is divided into logical modules (chapters), ideal for linear learning Goals: Each module opens with the specific programming skills you¿ll have by the end of the module Ask the Experts: Q&A sections throughout 1-Minute Drills: Quick self-assessment sections to check your progress Annotated Syntax: Example code annotated with commentary that points to the particular technique illustrated Projects: Coding exercises contained in each module that build on one another, from simple to complex Mastery Checks: End-of-module reviews that test proficiency using multiple-choice, fill-in-the-blank, and simple coding questions.

  • Cost: $20.99
  • Pages: 474
  • Edition: 1st edition
  • ISBN: 0072129573

Perl CD Bookshelf 2.0 CD-ROM

Visit Perl CD Bookshelf 2.0 CD-ROM

Perl programmers increasingly rely on the Web, online help, and other online information sources to solve technical problems. Version 2.0 of O'Reilly's Perl CD Bookshelf gives you convenient online access to your favorite books from your CD-ROM drive. This updated version of The Perl CD Bookshelf contains the third edition of Programming Perl; a new book, Perl for System Administration; and a powerhouse of other O'Reilly Animal Guides. You'll have access to the combined resources of complete, unabridged versions of Perl in a Nutshell, Perl Cookbook, and Advanced Perl Programming, along with the new books. As a bonus, we've enclosed the paperback version of Perl in a Nutshell. Never has it been easier to learn, or look up, what you need to know online. Formatted in HTML, The Perl CD Bookshelf, Version 2.0, can be accessed with any web browser. The books are fully searchable and cross-referenced and there is a master index for the entire library.

  • Cost: $55.97
  • Pages: 654
  • Edition: Book and CD-ROM edition
  • ISBN: 0596001649

Perl CGI Programming

Visit Perl CGI Programming

Experienced HTML authors, Webmaster, and Intranet programmers will find this book one of the fastest ways to learn CGI programming. Topics include catalog, search engine, order forms, database referencing, and user feedback scripts. Real world examples emphasize creating forms and user-driven, interactive Web sites. Topics include: Introducing Perl and CGI; Bringing Perl to the World Wide Web; Connecting Perl to the World Wide Web; Using Perl and CGI in the Real World; Creating Real-World HTML Forms with Perl and CGI; Perl and the Complex Web Page; Creating a Guest Book for Your Web Site; Creating Dynamic Web Pages: More Tools; Monitoring Web Site Activity; The Language of the Web; Platforms on the World Wide Web; Advanced Perl-CGI Tricks; Security on Your Web Site. Perl CGI Programming also includes a few appendixes: Appendix A Perl Standard Library Reference; Appendix B A Brief History of the Internet. Also included is a Perl Glossary.

  • Cost: $28.95
  • Pages: 512
  • Edition: paperback
  • ISBN: 0782121578

Perl Debugged

Visit Perl Debugged

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 example-rich reference and how-to guide minimizes development, troubleshooting, and maintenance time resulting in the creation of elegant and error-free Perl code. Designed for the novice to intermediate software developer, Perl Debugged will save the programmer time and frustration in debugging Perl programs. Based on the authors' extensive experience with the language, this book guides developers through the entire programming process, tackling the benefits, plights, and pitfalls of Perl programming. Beginning with a guided tour of the Perl documentation, the book progresses to debugging, testing, and performance issues, and also devotes a chapter to CGI programming in Perl. Topics include: CGI programming; Perl "gotchas"; Perl Antibugging.

  • Cost: $2.98
  • Pages: 288
  • Edition: 1st edition
  • ISBN: 0201700549

Perl Developer's Dictionary

Visit Perl Developer's Dictionary

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 short introduction to provide background material on the subject at hand, and then is followed by a series of "dictionary" entries that cover exactly one topic, carefully cross-referenced and indexed with the rest of the book. Written for programmers familiar with Perl, this reference book describes commands and modules available in version 5.6 of the language.

  • Cost: $27.99
  • Pages: 640
  • Edition: 1st edition
  • ISBN: 0672320673

Perl Developer's Guide

Visit Perl Developer's Guide

Of the multitude of languages available, Perl has emerged as the language of choice for Internet programmers and Web developers. In fact, over sixty-five percent of all dynamic Web pages are created using this platform-independent language. Perl Developer's Guide offers complete guidance for professional programmers wanting to create powerful Perl applications and develop robust Web sites. This requisite sourcebook covers it all: basic, syntax, references, regular expressions, flow control, in-depth object-oriented Perl, and much more. Master Perl as a programming language, with tons of explicit, relevant examples. Master the Perl programming environment (including profilers, debuggers, and the compiler) Develop reusable modules for both Windows NT and UNIX Develop and debug CGI applications, and add database backends to your CGI scripts Leverage existing Perl scripts and put CGI front ends onto them. Get familiar with free-to-use Perl APIs.

  • Cost: $29.99
  • Pages: 912
  • Edition: Bk&Cd-Rom edition
  • ISBN: B00007FYBF