Perl Basics CGI and Perl / Getting Started
Learn the basics of Perl. Topics covered include basic syntax, variables, arrays, hashes, conditionals, loops, and module usage/installation
Database Management in PERL - DBI CGI and Perl / Getting Started
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.
XML::Simple Module CGI and Perl / XML and Perl
This tutorial describes:
* Introduction to XML::Simple module.
* Example Perl programs to use XML::Simple options.
* Example Perl program to modify the parsed XML hash.
If you need to know more about XML, please read my other book: "Herong's Notes on XML Technologies".
XML in Client and Server Communication CGI and Perl / XML and Perl
This tutorial describes:
* Different XML client and server communication models.
* XML and Socket Communication Example - GameServer.pl
* XML and Socket Communication Example - GameClient.pl
SOAP::Lite Modules CGI and Perl / XML and Perl
This tutorial helps you understand: Quick introduction to SOAP; Overview of SOAP::Lite modules; Introduction to SOAP::Transport::TCP Module and sample SOAP server program; Introduction to SOAP::Lite and sample SOAP client program; How to the trace feature in SOAP::Lite.