The Perl book written for the C and C++ programmer. Perl for C Programmers teaches what's similar and different between Perl and C/C++ and how to then utilize Perl to the fullest. 80% of the people who start using Perl for the first time come with a background in the C or C++ programming language. This book is written for those people. Perl is becoming one of the most common languages used in web development because of its powerful ability for text manipulation. There is a large need for Perl bo...
This is a textbook that introduces readers to the basics of PERL programming. It is a teaching tool focused on concepts and programming skills rather than recipes for using PERL. This text teaches the Perl language and back-end web programming under the constraints and opportunities provided by HTML, HTTP and the CGI standard. This book can be used for self-guided study by individuals working as web developers or with a personal or professional interest in learning Perl or CGI.
Perl and CGI for the World Wide Web:Visual QuickStart Guide (Visual QuickStart Guides)
by Elizabeth Castro
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 o...
A comprehensive explanation of CGI and related techniques for people who hold on to the dream of providing their own information servers on the Web. The author starts at the beginning, explaining the value of CGI and how it works, then moves swiftly into the subtle details of programming. The book offers a comprehensive look at the job of providing information dynamically on the Web. Includes CD-ROM with sample programs and NCSA server.
Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. A quick, clear, concise tutorial guide-based approach that will help you to get started with Markdown. Instant Markdown is for people who are interested in an introduction to Markdown. You will not need any specific knowledge about programming or markup languages. This book will give you many ideas to use and take full potential of Markdown over m...
Any developer who's comfortable with Perl can build remarkably powerful TCP/IP network applications -- no C required! In Network Programming with Perl, Lincoln Stein shows how, step-by-step, with extensive code examples. Modeled on W. Richard Stevens' legendary Unix network programming book, this book opens up network programming to a new generation of programmer: Web developers ready to build serious network applications and solve complex network problems. Stein begins with an overview of Perl'...
Anwendungsprogrammierung Für Digitalsysteme (de Gruyter Lehrbuch)
by Horst Meintzen
Designed to give readers fast knowledge of the Perl language and an understanding of the Perl interpreter, this book provides a learning path that enable the reader to learn the essentials of Perl in less than three days. All the fundamentals of Perl programming are here, including the basic grammar of Perl, syntax, data manipulation and transformation. There's also coverage of Perl modules, functions, regular expressions, CGI programming and programming the SQL database interface via the DBI Pe...
Writing Apache Modules with Perl and C
Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web server functionality through the Apache API. For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Ap...
Learning Perl (A Nutshell handbook)
by Randal L Schwartz, Tom Phoenix, and Brian D Foy
Learning Perl is a step-by-step, hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. In addition to code examples, there are programming exercises, with full answers.
Inside the Microsoft(r) Build Engine (Developer Reference)
by Sayed Ibrahim Hashimi and William Bartholomew
Web, Graphics and Perl/TK
This volume contains 40 articles which cover graphics, the Web, and Perl/Tkst Perl. Much of Perl's success is due to its capabilities for developing Web sites; the Web section covers popular topics such as CGI programs, mod_perl, spidering, HTML parsing, security, and content management. The Graphics section is a grab bag of techniques, ranging from simple graph generation to ray tracing and real-time video digitizing. The Perl/Tk section shows you how to use the popular Perl/Tk toolkit for deve...
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. It's a powerful, open source, Perl-based web site development and delivery engine, with features that make it an ideal backend for high load sites serving dynamic content. Mason uses a concept called components: a mix of HTML, Perl, and special Mason commands. These components can be entire...