e-books in Perl & CGI category
Data Munging with Perlby David Cross - Manning Publications Co. , 2001
The book presents techniques for using Perl to recognize, parse, transform, and filter data. The author David Cross will show you dozens of useful ways to get those everyday data manipulation chores done better, faster, and more reliably.
(6999 views)
Perl 6 at a Glanceby Andrew Shitov - DeepText , 2017
This book covers many basic and in-depth topics of Perl and provides the initial knowledge you need to start working with Perl 6. The book does not require previous experience with Perl, although some general understanding of programming is assumed.
(7018 views)
Think Perl 6: How to Think Like a Computer Scientistby Allen B. Downey - Green Tea Press , 2017
After having completed this book, you should be able to write programs to solve relatively difficult problems in Perl 6, but my main aim is to teach computer science, software programming, and problem solving rather than solely to teach the Perl 6.
(8411 views)
Essential Perlby Nick Parlante - Stanford University , 2002
An introduction to the main features of the Perl language. It's intended for people who know some programming but need an introduction to Perl. Topics: scalar variables, strings, arrays, hash tables, file input and output, regular expressions, etc.
(7824 views)
Exploring Programming Language Architecture in Perlby Bill Hails , 2010
This book presents an informal and friendly introduction to some of the core ideas in modern computer science, using the programming language Perl as its vehicle. The book takes the form of a series of working interpreters for the language PScheme.
(18470 views)
Mastering Perlby brian d foy - O'Reilly Media , 2014
This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer.
(15186 views)
Perl Programming- Wikibooks , 2012
This books describes and explains Perl (Practical Extraction and Report Language), a scripting language that is usually interpreted and is noted for its extensive use of regular expressions and a large module archive CPAN.
(14164 views)
Perl 6 Programming- Wikibooks , 2010
Perl 6 is the sixth edition of the Perl programming language, representing a major backwards-incompatible rewrite of the language. This online book is going to introduce the reader to the Perl 6 language and its many features.
(16241 views)
Using Perl 6by Jonathan S. Duff, et al. , 2012
This book is primarily for people who want to learn Perl 6. It teaches the basics from a Perl 6 perspective, touching on variable interpolation, datastructure use, object construction, threads, closures, symbol tables, and other core features.
(17238 views)
Beginning Perlby Curtis 'Ovid' Poe - Wrox , 2012
This book introduces Perl to both new programmers and experienced ones. It presents step-by-step guidance in getting started, a host of try-it-out exercises, real-world examples, and everything necessary for a Perl novice to start with confidence.
(16697 views)
Modern Perlby chromatic - Onyx Neon Press , 2010
Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They're recognizably Perlish, and they show good craftsmanship and a full understanding of Perl.
(14757 views)
Perl 5 Internalsby Simon Cozens - NetThink , 2001
A three-hour course which provides a hands-on introduction to how the perl interpreter works internally, how to go about testing and fixing bugs in the interpreter, and what the internals are likely to look like in the future of Perl, Perl 6.
(15050 views)
Perl for Beginnersby Geoffrey Sampson - BookBoon , 2010
Contents: Introduction; Getting started; Data types; Operators; Branches; Program layout; Built-in functions; Loops; Reading from a file; Pattern matching; Writing to a file; Arrays; Lists; Scalar versus list context; Two-dimensional tables; etc.
(15963 views)
Unix and Perl Primer for Biologistsby Keith Bradnam, Ian Korf - Korf Lab , 2020
We have written a basic introductory course for biologists to learn the essential aspects of the Perl programming language. The course is very much aimed at people with no prior experience in either programming or Unix operating system.
(17395 views)
Picking Up Perlby Bradley M. Kuhn - ebb.org , 2001
The material covered in this book is designed to prepare the reader to enter the world of Perl programming. This book covers the basic data and control structures of Perl, as well as the philosophies behind Perl programming.
(19207 views)
Higher-Order Perl: Transforming Programs with Programsby Mark Jason Dominus - Morgan Kaufmann , 2005
Perl incorporates many advanced features that are not well understood and are rarely used by most Perl programmers, but they are very powerful. One of these techniques is writing functions that manufacture or modify other functions.
(21876 views)
Practical Perl Programmingby A. D. Marshall - Cardiff School of Computer Science , 2005
Introduction to Perl: variables, arrays, operators, statements, functions, references, input and output, regular expressions, reports, special variables, handling errors and signals, objects, modules, debugging, command-line options, etc.
(19620 views)
Perl 5 Tutorialby Chan Bernard Ki Hong , 2003
This is a free Perl tutorial that is packed with everything you need to know to get started on Perl programming. Throughout the text there are many examples examples, illustrations and exercises in the form of concept consolidation questions.
(21388 views)
Impatient Perlby Greg London - Lulu.com , 2004
This document is for people who either want to learn perl or are already programming in perl and just don't have the patience to scrounge for information. This is also a handy desk reference for some of the more common perl related questions.
(16621 views)
Perl for the Webby Chris Radcliff - New Riders Press , 2001
Introduces the tools needed to design a dynamic website using Perl programming language. It covers templates, integration, load testing, the need for speed, document management, persistent Perl, good coding style, fas database access and more.
(15884 views)
Practical mod_perlby Eric Cholet, Stas Bekman - O'Reilly , 2003
mod_perl is an Apache module that builds the Perl directly into the Apache web server. With mod_perl CGI scripts run 50 times faster, you can integrate databases with the server. The book is about building, using, programming, and optimizing mod_perl.
(17398 views)
Embedding Perl in HTML With Masonby Dave Rolsky, Ken Williams - O'Reilly , 2002
The text shows how to create large, dynamically driven web sites that look good and are easy to maintain. Mason is a tool for embedding the Perl programming language into text, in order to create text dynamically, most often in HTML.
(18271 views)
CGI Programming on the World Wide Webby Shishir Gundavaram - O'Reilly , 1996
A text for expert programmers, it focuses on the CGI specification down to the details. The book explains what CGI does, describes all CGI methods and environment variables, explains how to port Usenet news to the Web with CGI and more.
(24509 views)
Beginning Perlby Simon Cozens, Peter Wainwright - Wrox Press , 2000
The book on Perl installation, the language elements - references, regular expressions, modules, and basic applied techniques. It teachese how to write CGI scripts to generate web pages, hot to access databases in Perl, and beyond.
(23506 views)
Web Client Programming with Perlby Clinton Wong - O'Reilly , 1997
Covers scripting to the Web, basics browser-server communication, writing Web clients for common tasks automatization, detection of broken links on a website. The book of interest to web administrators, Unix programmers and software developers.
(24015 views)
Extreme Programming in Perlby Robert Nagler - O'Reilly Media , 2005
The book takes a fresh look at software development. Business people will learn how XP enables customer-programmer communication for efficient and flexible requirements gathering. Programmers will see how XP allows them to take pride in their craft.
(22919 views)
Learning Perl the Hard Wayby Allen B. Downey - Green Tea Press , 2003
The book for people who already know how to program in another language, but don't know Perl. It gets through the basics as quickly as possible, the emphasis is on good programming style in Perl. Object-oriented programming is the center of focus.
(25125 views)