Perl Techniques Resources

Below you will find 0 categories and 27 links related to Perl Techniques Resources.

Links:

Perl : Books

Advanced Perl Programming

Visit Advanced Perl Programming

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. Major topics include practical use of packages and classes (object-oriented programming OOP); complex data structures; persistence (e.g.. using a database); networking; graphical interfaces, using the Tk tookit; interaction with C language functions; embedding and extending the Perl interpreter; selected internals; use of references, trapping errors through eval operator, non-blocking I/O, and using ties to trigger actions when data is accessed. You will emerge from thsi book a better hacker, and proud master of Perl

  • Cost: $24.47
  • Pages: 434
  • Edition: 1st edition
  • ISBN: 1565922204

Apache and Perl Web Development

Visit Apache and Perl Web Development

Written for Web developers and managers who are considering alternatives to commercial products, this guide to Apache and Perl provides information and instructions for building Web sites. Criteria for selecting an operating system and strategies for configuring a Web server are introduced, and a discussion of Open Source databases and development tools is included. Also provided are sample designs for common types of Web sites and techniques for content development and management. Topics such as security, performance, and ways to merge scripts and HTML, all using freely available software, are highlighted. Describes the open source tools available for building web sites. The author begins with the selection of an operating system, the Apache web server setup, and the basics of Perl CGI scripting. He then discusses databases, ways to speed up the performance of CGI, secure communications, and tools for embedding Perl scripts into web pages.

  • Cost: $31.47
  • Pages: 560
  • Edition: 1st edition
  • ISBN: 1930110065

Automating Windows With Perl

Visit Automating Windows With Perl

Perl is the perfect language for achieving Automation in Windows because it combines a painless Visual Basic style of coding with Perl's strength as a scripting language for process communications. The new multitasking and networking approaches with 32-bit Windows require a radical departure from previous programming techniques. This book, dedicated to the use of Perl as a language to automate 32-bit Windows, shows how to control many Win32 systems processes without immediate user interaction. The author explains how to use Perl scripts to automate tasks such as processing complex documents and customizing interactions by making a program look different to different users. Also provided are Perl scripts that will permit network administrators to automate tedious Windows maintenance tasks that range from automating backups to running a Windows system remotely from the Web. Topics include: Win32 Perl cron utility; using SMTP e-mail with Win32 Perl.

  • Cost: $34.95
  • Pages: 209
  • Edition: Book and CD-ROM edition
  • ISBN: 0879305894

Beginning Perl

Visit Beginning Perl

Perl is an immensely popular scripting language that combines the best features of C, key UNIX utilities and a powerful use of regular expressions. It has a wide range of uses beyond simple text processing and is commonly used for web programming - creating and parsing CGI forms, validating HTML syntax and hyperlinks - as well as e-mail and Usenet news filtering. Perl is increasingly the system administrator's scripting language of choice and is used for file and directory manipulation, database access and a whole range of daily system operator chores. Text takes the reader from installation, through the core language elements (regular expressions, references, modules, and the like), and on to basic applied techniques. Also covers how to access and work with databases in Perl and write CGI scripts to generate Web pages. Perl 5.6 is used in all the examples, and a handy reference section is included.

  • Cost: $27.99
  • Pages: 700
  • Edition: 1st edition
  • ISBN: 1861003145

Beginning Perl for Bioinformatics

Visit Beginning Perl for Bioinformatics

Beginning Perl for Bioinformatics is designed to get you quickly over the Perl language barrier by approaching programming as an important new laboratory skill, revealing Perl programs and techniques that are immediately useful in the lab. Each chapter focuses on solving a particular bioinformatics problem or class of problems, starting with the simplest and increasing in complexity as the book progresses. Each chapter includes programming exercises and teaches bioinformatics by showing and modifying programs that deal with various kinds of practical biological problems. By the end of the book you'll have a solid understanding of Perl basics, a collection of programs for such tasks as parsing BLAST and GenBank, and the skills to take on more advanced bioinformatics programming. Some of the later chapters focus in greater detail on specific bioinformatics topics. Includes programming basics and working with DNA sequences and strings.

  • Cost: $27.97
  • Pages: 400
  • Edition: 1st edition
  • ISBN: 0596000804

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

CGI Programming with Perl

Visit CGI Programming with Perl

CGI Programming with Perl shows how to use CGI to deliver dynamic content on your web site. Based on teh best-selling CGI Programming on the World Wide Web, this edition has been completely rewritten to demonstrate current techniques available with the CGI.pm module and the latest versions of Perl. The book starts by explaining how CGI and the underlying HTTP protocol work, and then move quickly into the important details of developing CGI programs. Topics include incorporating JavaScript for form validation; controlling browser caching; making CGI scripts secure in Perl; working with databases; creating simple search engines; maintaing state between multiple sessions; generating graphics dynamically; improving performance of your CGI scripts; and much more. CGI Programming with Perl is the perfect starting point for anyone who wants to program in CGI and already knows some Perl.

  • Cost: $24.47
  • Pages: 451
  • Edition: 2nd edition
  • ISBN: 1565924193

Computer Science & Perl

Visit Computer Science & Perl

With well over a million users, Perl is one of the most popular programming languages. There are many reasons for this, but among those cited by its most loyal adherents, Perl has more features than other languages and more publicly available utilities than all other programming languages combined. Simply knowing what's out there is a daunting task, which is why so much of Perl programming is a matter of lore passed down from experts to novices. Computer Science & Perl Programming: Best of The Perl Journal is the first of three volumes from the archives of The Perl Journal that O'Reilly has exclusive rights to distribute. This insightful volume covers: tips for beginners; regular expressions; data structures; networking; databases; software development processes; object-oriented programming; advanced Perl programming techniques. With articles on object-oriented programming, closures, buffering, parsing, and using other languages.

  • Cost: $27.97
  • Pages: 744
  • Edition: 1st edition
  • ISBN: 0596003102

Core Perl

Visit Core Perl

This start-to-finish tutorial and reference gives experienced developers the techniques and real-world code they need to master Perl fast! Begin by leveraging your current skills to quickly master the fundamentals of Perl development from basic syntax to objects, data structures to text processing. Next, learn how to use Perl's powerful facilities for working with files, networks, and relational databases. Finally, Core Perl shows you how to make the most of Perl in any Web application-from simple CGI to full-fledged site development and delivery. Coverage includes all this and more: Data types and built-in functions; Writing and using modules; Text and DBM file manipulation; The DBI portable database interface and Web database integration; CGI, Apache mod_perl modules, HTTP cookies, HTML/Perl templates; Mason: The Perl-based Web site publishing engine; Debugging, program maintenance, optimization, and security.

  • Cost: $31.49
  • Pages: 592
  • Edition: 1st edition
  • ISBN: 0130351814

Developing CGI Applications with Perl

Visit Developing CGI Applications with Perl

If you are ready to build your own customized interactive documents, forms, graphics, and other full-feature CGI applications using Perl, then this book will show you how. Developing CGI Applications with Perl is written by a team of CGI experts who have developed cutting-edge applications for many of the most advanced sites on the Web. This book: Provides all of the tools and techniques to build dynamic documents, database query tools, interactive graphics, Web search tools, and all other types of CGI applications; Covers CGI, HTTP, and the Perl scripting language; Reveals many of the best Web server utilities, HTML utilities, and other CGI applications now in use around the world. This comprehensive guide assumes no prior familiarity with Perl. This book offers a comprehensive tutorial for creating interactive Web applications using CGI. After an introduction to CGI, HTTP and the Perl scripting language, it offers complete Perl tutorials.

  • Cost: $29.95
  • Pages: 299
  • Edition: paperback
  • ISBN: 0471141585

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

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 CGI/Perl

Visit Instant CGI/Perl

The Ultimate Collection of Ready-to-Use Code and Expert Techniques for CGI/Perl. Create useful, dynamic Web pages and applications by matching the consistency of CGI with the efficiency of Perl. This powerful guide offers out-of-the-box applications you can install on your Web site, plus an in-depth examination of the object library for advanced exploration of functionality. Build information-rich relationships with users that include secure transfer of everything from names and passwords to targeted information in multi-tiered shopping carts. Topical organization will help you find what you need rapidly and begin transforming your Web site today. With this book you'll learn about: Information sharing techniques, including sessions; Data abstraction and management with DataSource Application objects; Web programming with existing database architectures; The scripts work easily with Oracle, Sybase, MySQL, and most relational databases.

  • Cost: $34.99
  • Pages: 1088
  • Edition: Book and CD-ROM edition
  • ISBN: 0072133872

Mastering Perl 5

Visit Mastering Perl 5

Mastering Perl 5 is like no other book on Perl. Inside, a recognized expert focuses on the latest version of the language, teaching you all the concepts and techniques you need to master, no matter how you're using Perl. Clear, complete explanations and more than 100 practical examples ensure that you find sound solutions to specific problems. Coverage includes: Mastering Perl 5 data structures, including the new references; Creating CGI scripts with Perl; Configuring your Web server for use with CGI scripts; Handling command-line input; Understanding and using regular expressions; Working with string processing; Handling file I/O; Developing e-mail solutions; Accessing Windows databases; Creating object-oriented programs; Managing the Windows Registry; Linking a database to the Web; Debugging your Perl scripts and programs. Mastering Perl 5 is designed to take the fear out of Unix and Perl, covering the key features of Perl for NT and UNIX.

  • Cost: $19.99
  • Pages: 926
  • Edition: paperback
  • ISBN: B00007FYHV

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

Network Programming with Perl

Visit Network Programming with Perl

Network Programming with Perl shows that you may not have to resort to Java to meet a networking requirement. An intermediate-level familiarity with the language should enable you to understand the examples in the book and follow its classic code-and-commentary structure. Stein presents full, working scripts, calling attention to particularly interesting lines and passages by repeating them in the text. As the problems get more complicated, it's fun to watch Stein solve them with efficient, attractive code. Unless you're a really experienced professional, you'll be able to study the examples in this book and learn a lot. Topics include Perl function libraries and techniques that allow programs to interact with resources over a network; IO::Socket library, Net::FTP library, Net::Telnet library, Net::SMTP library; Chat problems; Internet Message Access Protocol(IMAP) issues; Markup-language parsing; Internet Protocol (IP) broadcasting and multicasting.

  • Cost: $44.95
  • Pages: 576
  • Edition: 1st edition
  • ISBN: 0201615711

Object Oriented Perl

Visit Object Oriented Perl

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.

  • Cost: $30.07
  • Pages: 490
  • Edition: paperback
  • ISBN: 1884777791

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 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 For Dummies

Visit Perl For Dummies

Packed with painless techniques to help you start programming. Your first aid kit for writing Perl programs that know how to talk to a Web server You've just found the easy answer to writing programs with Perl, whether you're new to programming or have some scripting under your belt. From simple to complex programming, these pages offer you tried-and-true tips on installing Perl, working with text and numbers, and creating lists, strings, operators, and more. all this on the bonus CD-ROM ActivePerl All examples from the book Plus Chapter 23 in HTML format PC running Windows 95 or later or Windows NT 4 or later or a 68040 Mac running OS 7.5.5 or later. See About the CD Appendix for further requirements and details. Includes ActivePerl from ActiveState Tool Corp. ActivePerl and examples from the book on CD-ROM. The Perl programming language is being updated so that it can convert current Web data to XML and this title prepares you for the change.

  • Cost: $17.49
  • Pages: 381
  • Edition: 4th edition
  • ISBN: 0764537504

Programming the Perl DBI

Visit Programming the Perl DBI

Coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI, this book explains the architecture of DBI and shows you how to write DBI-based programs. For the experienced DBI dabbler, this book explains DBI's nuances and the peculiarities of each individual DBD. Main topics include: An introduction to DBI and its design, How to construct queries and bind parameters, Working with database, driver, and statement handles, Debugging techniques, Coverage of each existing DBD, and A complete reference to DBI

  • Cost: $24.47
  • Pages: 346
  • Edition: 1st edition
  • ISBN: 1565926994

Programming Web Graphics with Perl

Visit Programming Web Graphics with Perl

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. However, it is a poorly documented field. Programming Web Graphics with Perl & GNU Software shows intermediate and advanced Web designers how to use CGI scripts to generate dynamic graphic content and demystifies the manipulation of graphics formats for newcomers to the Web. Programming Web Graphics with Perl & GNU Software covers a narrow but powerful niche of Web development: on-the-fly graphics generation. It also focuses on the Perl language and its associated free code modules, making the techniques you learn in this book immediately available for free. Among the tools discussed in this book is the GD Perl module for working with GIF files, the GNU Image Manipulation Program (GIMP), GIFScript, and ImageMagick. Looks at the popular image formats on the Web: GIF, PNG, and JPEG.

  • Cost: $32.95
  • Pages: 454
  • Edition: 1st edition
  • ISBN: 1565924789

SQL Server Administration with Perl

Visit SQL Server Administration with Perl

This book is about solving SQL Server administrative problems with Perl. Linchi has designed it to consist of a series of scenarios covering a wide range of SQL Server administrative topics. These are real world scenarios that you hear DBAs discussing on the SQL Server forums or newsgroups, and scenarios that DBAs run into in their day-to-day development or production environments. Readers will walk away from this book with two things: a DBA toolkit with well over 150 Perl scripts, and problem solving techniques you can apply to create even more tools for attacking other SQL Server administrative problems. Most of the sample problems are described and addressed in the context of SQL Server 7 or SQL Server 2000, but they are generally version independent. The next major release of SQL Server ("Yukon")may change some of the details, but will not invalidate the nature of the presented approaches or solutions.

  • Cost: $49.99
  • Pages: 688
  • Edition: paperback
  • ISBN: 159059097X

Web Programming with Perl 5

Visit Web Programming with Perl 5

It's more than a little bit intimidating to take on the task of writing an intermediate-to-advanced-level book on the subject of World Wide Web programming. The current level of innovation and the rate at which new ideas and techniques are being implemented on the Web is nothing less than exponential. Each new idea or new technique has the potential for adding to or enhancing the vast structure that already is the Web, or refining that structure, making it potentially less cumbersome and easier to understand. Some ideas are adopted as standards, and others fizzle and die lonely little deaths, for lack of use or interest. Keeping up with this process and attempting to deliver a book that will give you, the reader, a feel for which of these ideas and techniques seems to be the most usable, safe, and powerful, is what this book is all about. Topics: A Perl5 Overview and Tutorial; Security on the Web; HTML Forms; Client-Side Perl; Advanced CGI.

  • Cost: $20.99
  • Pages: 384
  • Edition: Book and CD-ROM edition
  • ISBN: 1575211122