Perl Tutorials - Herong's Tutorial Examples
∟References
List of reference materials used in this book.
- perl.com - The source for perl, O'Reilly & Associates, Inc.,
perl.com/
- The Perl Directory at Perl.org, The Perl Foundation,
perl.org/
- Comprehensive Perl Archive Network, CPAN,
cpan.org/
- ActivePerl, ActiveState,
activestate.com/Products/ActivePerl/
- Perldoc.com,
perldoc.com/
- The Common Gateway Interface, National Center for Supercomputing Applications,
hoohoo.ncsa.uiuc.edu/cgi/
- POSIX System Calls, Sun ChorusOS 5.0 Reference Manual Collection,
docs.sun.com/db/doc/806-7016/6jftuggg5?a=expand
- Linux Man Pages: Section Index of Manual Pages - 2,
hegel.ittc.ukans.edu/topics/linux/man-pages/index/index-man2.html
- SOAP Tutorial,
w3schools.com/soap/default.asp
- How To Write a Web Service using SOAP::Lite, Part 1,
grandcentral.com/developers/howtos/perl/soaplite_prod1/index_html
- Programming Web Services with SOAP - Chapter 3 Writing SOAP Web Services,
oreilly.com/catalog/progwebsoap/chapter/ch03.html
- Make for Windows: NMake, John Bokma,
johnbokma.com/perl/make-for-windows.html
- XML-RPC Home Page, UserLand Software, Inc.,
xmlrpc.com
- RPC::XML -- An implementation of XML-RPC in Perl, Randy J. Ray,
blackperl.com/RPC::XML/
Table of Contents
About This Book
Perl on Linux Systems
ActivePerl on Windows Systems
Data Types: Values and Variables
Expressions, Operations and Simple Statements
User Defined Subroutines
Perl Built-in Debugger
Name Spaces and Perl Module Files
Symbolic (or Soft) References
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 Files in Binary Mode
Open Directories and Read File Names
File System Functions and Operations
Image and Picture Processing
Using DBM Database Files
Using MySQL Database Server
Socket Communication Over the Internet
XML::Simple Module - XML Parser and Generator
XML Communication Model
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
Managing Perl Engine and Modules on macOS
Archived Tutorials
►References
Full Version in PDF/EPUB