| Sign In/My Account | View Cart |
|
|
We've expanded our Perl news coverage and improved our search! Search for all things Perl across O'Reilly! Books and Magazines 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. ISBN: 1-56592-220-4, by Sriram Srinivasan. Camel Critiques Tom Christiansen's reviews of Perl books. CGI Programming 101 This book covers beginning CGI programming (using Perl) for non-programmers. Examples take you from the basics - where to write your scripts, how to upload them and set file permissions, and how to run them - to decoding forms, reading and writing data files, and using server-side includes - to advanced topics like cookies, redirection, and database programming. Several appendices include a list of online resources (including CGI job search sites), a Unix tutorial and command reference, and a Password tutorial that shows you how to password-protect your web site. ISBN: 0-9669426-0-4, by Jacqueline D. Hamilton. CGI/Perl Cookbook WebDeveloper.com's David Fielder says: "Whether you're a newbie looking for solid programs with actual documentation or a professional Web developer who wants to learn more about how to write great Perl for the Web, there's something here for everyone." ISBN 0-471-16896-3 by Craig Patchett and Matthew Wright Cross-Platform Perl Cross-Platform Perl focuses on creating cross-platform Perl scripts. The author shows how to tame the strange beast that is Perl, deal with the oddities of the evil Perl syntax and make effective use of this handy scripting language. Cross-Platform Perl is a must-have for programmers developing on UNIX and Windows 95/NT. It's also perfect for system administrators and Web page designers. ISBN: 1-55851-483-X, by Eric F. Johnson. Effective Perl Programming Effective Perl Programming illustrates idiomatic Perl for intermediate to advanced Perl programmers. The book presents 60 Items of advice derived from the author's "real life" experiences while teaching and using Perl. ISBN: 0-201-41975-0, by by Joseph N. Hall. Learning Perl 2nd Edition 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. Now current for Perl version 5.004, this hands-on tutorial includes a lengthy new chapter on CGI programming, while touching also on the use of library modules, references, and Perl's object-oriented constructs. ISBN: 1-56592-284-0, by Randal L. Schwartz and Tom Christiansen Foreword by Larry Wall. Learning Perl on Win32 Systems 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. ISBN: 1-56592-324-3, by Randal L. Schwartz, Erik Olson & Tom Christiansen MacPerl: Power and Ease A 400-page book specifically focusing on MacPerl, the port of Perl to the Apple Macintosh. This book includes an introduction to programming, using MacPerl; extensive (Mac)Perl reference material; a MacPerl cookbook; and a resource guide. The book is intended to appeal to a wide range of audiences, from interested novices with no prior programming experience to advanced MacPerl users looking for new tips and tricks. ISBN: 1-881957-32-2, by Vicki Brown and Chris Nandor. Mastering Regular Expressions: Powerful Techniques for Perl and Other Tools Regular expressions, a powerful tool for manipulating text and data, are found in scripting languages, editors, programming environments, and specialized tools. In this book, author Jeffrey Friedl leads you through the steps of crafting a regular expression that gets the job done. He examines a variety of tools and uses them in an extensive array of examples, dedicating an entire chapter to Perl. ISBN: 1-56592-257-3, by Jeffr ey E. F. Friedl. Object Oriented Perl Object Oriented Perl is designed to provide anyone who is familiar with the basics of regular Perl programming with a complete introduction to the object-oriented features of Perl. The book moves from the very simplest applications through advanced applications such as generic programming, multiple dispatch, and object-oriented persistence. Thus, it offers a much-needed resource for persons new to Perl, as well as new and valuable insights and techniques for even the most accomplished Perl programmers. ISBN 1884777791, by Damian Conway. Perl 5 by Example An electronic version of the same printed book by David Medinets. (another interface) Perl 5 Pocket Reference, 2nd Edition This pocket quick reference provides a complete overview of the Perl programming language. Revised to cover Perl version 5.005, it includes a summmary of Perl syntax rules; a list of operators, built-in functions, and standard library modules, all with brief descriptions; and new features like enhanced regular expressions, multithreading, and the Perl compiler. ISBN: 1-56592-495-9, by Johan Vromans Perl Books Uri Guttman's catalog, rating and review for books with Perl content. Perl Cookbook 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. ISBN: 1-56592-243-3, by Tom Christiansen and Nathan Torkington Perl Resource Kit - UNIX Edition The Perl Resource Kit - UNIX Edition is the most comprehensive collection of documentation and software for webmasters, programmers, and system administrators. The kit includes four tutorial and reference books that contain systematic documentation for the most important Perl extension modules, as well as documentation for the commercially enhanced tools on the accompanying CD. ISBN: 1-56592-370-7, by Larry Wall, Nate Patwardhan, Ellen Siever, David Futato, Brian Jepson, and Clay Irving. Perl Resource Kit -- Win32 Edition The Perl Resource Kit -- Win32 Edition is an essential tool for Perl programmers who are expanding their platform expertise to include Win32, and for Win32 Webmasters and system administrators who have discovered the power and flexibility of Perl. The Kit contains some of the latest commercial Win32 Perl software from Dick Hardt's ActiveState Tool Corp., along with a collection of Perl modules that run on Win32, and a definitive documentation set from O'Reilly. ISBN: 1-56592-409-6, by Dick Hardt, Erik Olson, David Futato & Brian Jepson Perl/Tk Pocket Reference The Perl/Tk Pocket Reference is a companion volume to Learning Perl/Tk, an O'Reilly Animal Guide. This handy reference book describes every Perl/Tk graphical element, including general widget and variable information, callbacks, geometry management, bindings, events, and window management, as well as composite widget, font, and image creation and manipulation commands. ISBN: 1-56592-517-3, by Stephen Lidie PerlMonth An online magazine with a mission is to provide the Perl community with insightful articles on a variety of topics for all levels of programming. Review: Perl 5 for Dummies (IDG Books). (Also Perl for Dummies) Review: Perl Resource Kit for Unix (O'Reilly and Associates) Rex Swain's HTMLified Perl 5 Reference Guide An HTMLified version of the Perl 5 Desktop Reference. ISBN 1-56592-187-9, by Johan Vromans. The Unix Review Perl Columns bi-monthly column by Randal L. Schwartz The CGI and Perl Book List The Perl Journal The first and only periodical devoted to Perl. Every issue of TPJ has a mix of articles: some aimed at beginners, some aimed at power users. Some articles will be about how to do something with Perl (or any of its myriad utilities); others will use Perl to explore unusual and interesting topics. ISSN: 1087-903X, President: Tom Christiansen, Editor/Publisher: Jon Orwant. The Perl Reference Guide The Perl Reference Guide is a typeset quick reference guide to Larry Wall's Perl program. It is freely available (in PostScript format) on the Internet. ISBN: 1-56592-187-9, by Johan Vromans Web Client Programming with Perl: Automating Tasks on the Web Web Client Programming with Perl shows you how to extend scripting skills to the Web. This book teaches you the basics of how browsers communicate with servers and how to write your own customized web clients to automate common tasks. It is intended for those who are motivated to develop software that offers a more flexible and dynamic response than a standard web browser.
|
|
Sponsored By: |