Perl Tutorials - Herong's Tutorial Examples - v6.03, by Herong Yang
About This Book
This section provides some detailed information about this book - Perl Tutorials - Herong's Tutorial Examples.
Title: Perl Tutorials - Herong's Tutorial Examples
Author: Herong Yang - Contact by email via herong_yang@yahoo.com.
Category: Perl/Tutorial
Version/Edition: v6.03, 2025
Number of pages in PDF format: 338
Description: This Perl tutorial book is a collection of notes and sample codes written by the author while he was learning Perl language himself. Topics include introduction of ActivePerl; data types, variables and expressions; scalars, arrays, hash maps, and references; input/output and file systems; DBM files and MySQL access; socket communication; generating executables; XML::Simple and RPC:XML modules; LWP::UserAgent, HTTP::Request and SOAP::Lite modules; CGI, and IIS/Apache integrations. Updated in 2025 (Version v6.03) with minor updates.
Keywords: Perl, Script, Language, Example, Code, Tutorial, Book.
Copyright:
Revision history:
Web version: https://www.herongyang.com/Perl - Provides free sample chapters, latest updates and readers' comments. History of view counts of the Web version is listed below:
As of Total Views ---------- ----------- 2024-12-31 2,235,483 2023-12-31 2,143,629 2022-12-31 2,090,689 2021-12-31 1,969,004 2020-12-31 1,836,525 2019-12-31 1,730,429 2018-12-31 1,642,156 2017-12-31 1,547,354 2016-12-31 1,433,821 2015-12-31 1,307,643 2014-12-31 1,162,501 2013-12-31 979,141 2012-12-31 813,834 2011-12-31 650,091 2010-12-31 490,036 2009-12-31 356,604 2008-12-31 207,629 2007-12-31 137,317 2006-12-31 92,461
PDF/EPUB version: https://www.herongyang.com/Perl/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, EPUB, or other format.
Table of Contents
Data Types: Values and Variables
Expressions, Operations and Simple Statements
Name Spaces and Perl Module Files
Hard References - Addresses of Memory Objects
Objects (or References) and Classes (or Packages)
Typeglob and Importing Identifiers from Other Packages
String Built-in Functions and Performance
File Handles and Data Input/Output
Open Directories and Read File Names
File System Functions and Operations
Socket Communication Over the Internet
XML::Simple Module - XML Parser and Generator
SOAP::Lite - SOAP Server-Client Communication Module
Perl Programs as IIS Server CGI Scripts
CGI (Common Gateway Interface)
XML-RPC - Remote Procedure Call with XML and HTTP
RPC::XML - Perl Implementation of XML-RPC
Integrating Perl with Apache Web Server
CGI.pm Module for Building Web Pages
LWP::UserAgent and Web Site Testing
Converting Perl Script to Executable Binary