The second edition of the Camel Book is more than 600 pages long and full of excellent instruction and sound advice. Topics include all the good stuff from the first edition plus Perl 5 features such as nested data structures (ever made a hash of arrays of hashes?), modules, and objects. From "Howdy World" to making your own modules, this book has it all. |
In this smooth, carefully paced course, a leading Perl trainer teaches you to program in the language that threatens to make C, sed, awk, and the Unix shell obsolete for many tasks. This book is the "official" guide for both formal (classroom) and informal learning. It is fully accessible to the novice programmer. --This text refers to an out of print or unavailable edition of this title. |
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 imbed Perl within C when necessary |
Writing Apache Modules with Perl and C will allow you to enhance your Apache HTTP server in just about any way you'd like. Overall, it is an excellent book, and it has a lot of good information and terrific examples on everything from "Content Handlers" to customizing the Apache server configuration process. |
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. |
This "official" quick-reference guide to the Perl programming language has now been enlarged to provide a summary of Perl syntax rules, a complete list of standard library modules with brief descriptions, and a precedence table for Perl operators. The guide is current with Perl version 5.003. |
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 forward by Larry Wall, the creator of Perl |
If you've ever wanted to learn more about Web protocols so you could build custom client-side tools to automate tasks--or just so you have a better understanding of what's happening behind the scenes--then Web Client Programming with Perl is the book for you. Wong explains
HTTP (Hypertext Transfer Protocol) requests and socket calls, then shows how you can use the LWP library for Perl to retrieve Web pages, parse HTML, check whether a server is responding, and more. |
System administrators, Web page developers, programmers, and Unix and Windows users learn how to automate system administration tasks with Perl scripts, create interactive Web pages, and display a friendly front-end on Perl scripts using graphical user interfaces. The CD-ROM includes the latest version of Perl 5 source code, binary versions for Windows NT and Unix, examples from the book, and Perl freeware. |
Perl is an extremely powerful language that is used on thousands of Web servers for Common Gateway Interface (CGI) scripts, principally because of its unmatched text manipulation capabilities. However, mastering the syntax of Perl is legendarily difficult with its Unix legacy, which favors cryptic--though efficient--syntax. Jon Orwant's Perl 5 Interactive Course is an excellent tutorial for learning the basics of Perl quickly. It lays a foundation and then builds on it to make you a Perl expert. |
An important guide for developing dynamic content and forms to add impact and interaction to Web sites. Brenner is the author of cgi-lib.pl, the de facto standard library for creating CGI scripts with Perl. Used for everything from NASA space data to Byte Magazine's on-line comment box, this library makes CGI scripting intuitive and fun. |
Effective Perl Programming is a gem of a Perl book. Its author, Joseph Hall, is a well-known Perl instructor and frequent poster on the seminal comp.lang.perl.misc newsgroup. The book's technical editor is none other than Randal Schwartz, noted Net personality, enigmatic author of Learning Perl, and contributor to Programming Perl. |
Nicely balanced treatment of CGI programming in both C, which has distinct performance advantages, and Perl, currently the most popular language for CGI. Written by the long-time maintainer of the Usenet comp.infosystems.www FAQ (and fellow Seattleite), Thomas Boutell. |
Readers will learn the logistics of how to create compelling, information-rich Web pages that grab readers' attention and keep users returning for more. This comprehensive professional instruction and reference guide for World Wide Web covers all aspects of the development processes, implementation, tools, and programming. |
This book is a step-by-step tutorial of how to create, use, and maintain Common Gateway Interfaces (CGI). It describes effective ways of using CGI as an integral part of Web development. |
This omnibus book does more than merely tell readers how to solve common CGI programming problems with the least possible hassle (which is no mean feat in itself). Special Edition Using CGI also explains CGI concepts and theory in a way that enables the reader to start figuring out additional solutions independently. |
If there wasn't already an omnibus Bible series, the publisher might have had to call this one CGI and Everything Else about the Web. Although more information is usually better than less, this book incorporates so much extra material--HTML, SGML, Vannevar Bush, multimedia, hypertext theory, site hosting, you name it--that the CGI information almost gets lost. This book would be half its present size and significantly handier if the non-CGI stuff were removed. |
Thank you, William E. Weinman. The CGI Book does something other CGI texts should take note of. Namely, it admits that CGI is not a huge topic and sets about explaining it in a clear, concise, and useful way without feeling obliged to make it fill a bigger book than it can. From the "Hello, World" program for CGI on the opening pages to the discussion of CGI security, this book is one that intermediate programmers will enjoy. |
This book is one of the first books to provide comprehensive information on developing with CGI (Common Gateway Interface). It covers many of the aspects of CGI including, interactivity, performance, portability, and security. After reading this book, the reader will be able to write robust, secure, and efficient CGI programs. |
CGI programming lets you build a variety of dynamic applications for Web sites. If you are already familiar with basic programming concepts and especially if you are comfortable with Unix, CGI Developer's Resource can get you up to speed with CGI quickly (even if you're not familiar with the specifics of developing for the Internet). With examples primarily in Perl and Tcl, J. M. Ivler shows how to pull off common Web tricks like sending form contents as e-mail, implementing counters, working with data files, and employing server-side includes. |
Provides detailed instructions for building Web-based applications using CGI scripts, including pitfalls, enhancements, and alternate solutions. Over 100 step-by-step solutions are given to CGI problems. This reference supports both C and Perl and provides code that can be reused in CGI scripting projects. |
An excellent book for expert programmers, CGI Programming on the World Wide Web doesn't waste time with miscellaneous or frivolous topics, but instead focuses on the workings of the CGI specification down to the tiniest detail. Author Shishir Gundavaram begins by explaining what CGI does--material that's probably familiar to most people reading this book. Fortunately, he promptly moves on to a complete explanation of each of the CGI methods and environment variables. |
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 tutorials for building a range of CGI applications. You'll also find a complete Perl script reference and information on Web server utilities, HTML utilities and other CGI applications around the world. |
The Web Developer's Guide offers a comprehensive exposition of the techniques used to put information and information processing services on the World Wide Web. "Targeted to professional developers who need a detailed guide and have a basic understanding of programming. Provides a complete, detailed reference to developing Web information systems. Covers the full range of tools--HTML, CGI, Perl, C, editing and c". Covers the World Wide Web. |
As the title implies, Web Programming with Java aims to teach you applet programming for the World Wide Web rather than how to create stand-alone Java applications. It assumes that you have some programming skills, although experience using object-oriented design is not required. The book begins by covering Java language basics and introducing the Java class libraries. The second section moves on to the Abstract Windows Toolkit (AWT), graphics, exception handling, and other core concepts. |
Everything you need to add advanced Perl CGI and JavaScript functions to your Web site-no programming or UNIX experience required! You'll find the scripts and all the tools you need on the included CD-ROM. Step-by-step instructions to configure and install a wide range of useful, industrial-strength, full-featured JavaScript and Perl scripts including: a complete on-line store-with on-line, secure credit card transactions; a Web site search engine; a universal HTML form
processing script; a floating Web site directory panel; a programmable image display script; a scrolling browser message; and a visitor counter. |
Souping up a Web site has never been easier. This book/CD-ROM set offers a complete introduction to CGI programming with Perl plus a collection of sophisticated CGI programs that readers can use to add popular functions to their Web sites, including search engines, passwords, product databases, a shopping cart, custom forms, animated images, and more. Readers will learn how to incorporate the scripts into their own Web sites, how to customize them for their own goals, and how to use a host of other CGI and Perl programming tricks to create unique and interactive Web sites |