Perl for the Web
Perl for the Web is a book I wrote that was published by New Riders in August 2001. It provides tools and strategies to improve the performance of existing Web applications in Perl. It also provides principles and ideas that help Web programmers create an extensible framework for future growth.
Perl Design Patterns Book
Perl Design Patterns documents Perl style and design/analysis. Design Patterns are a hands-on, pragmatic object oriented approach, in contrast to the vague, theory ridden texts IT is plagued with.
Embedding Perl in HTML with Mason
Mason is a tool for embedding the Perl programming language into text, in order to create text dynamically, most often in HTML. But Mason does not simply stop at HTML. It can just as easily create XML, WML, POD, configuration files, or the complete works of Shakespeare.
Herong's Tutorial Notes on Perl - Part A
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Perl himself. Topics include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple. For more topics in Perl, see my other book 'Herong's Tutorial Notes on Perl - Part B'.
Herong's Tutorial Notes on Perl - Part B
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Perl himself. Topics include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple. For more topics in Perl, see my other book 'Herong's Tutorial Notes on Perl - Part A'.
PERL - Before you begin
This tutorial will be covering the basics of PERL syntax, and several functions available for use on the web. The language is very simplistic, offering optimum flexibility, perfect for short to the point scripts.
Perl Online tutorial
Welcome to Teach Yourself Perl 5 in 21 Chapters. ToChapter you'll learn about the following:
* What Perl is and why Perl is useful
* How to get Perl if you do not already have it
* How to run Perl programs
* How to write a very simple Perl program
* The difference between interpretive and compiled programming languages
* What an algorithm is and how to develop one
An Introduction to CGI and Its Environment
Welcome to Teach Yourself CGI Programming with Perl 5 in a Week, 2E! This is going to be a very busy week. You will need all seven days, but at the end of the week you will be ready to create interactive Web sites using your own CGI programs. This guide does not assume that you have experience with the programming language Perl and makes very few assumptions about prior programming experience.
Web Client Programming with Perl
A web client is an application that communicates with a web server, using Hypertext Transfer Protocol (HTTP). Hypertext Transfer Protocol is the protocol behind the World Wide Web. With every web transaction, HTTP is invoked. HTTP is behind every request for a web document or graphic, every click of a hypertext link, and every submission of a form. The Web is about distributing information over the Internet, and HTTP is the protocol used to do so.
Picking Up Perl
A Tutorial Book for New Perl Programmers
Perl for Beginners - Free eBook Perl for Beginners - Download ebook Perl for Beginners free
|