Popular Books:
do() Function - Including Script Files
This section provides a tutorial example on how to use do() function to include script code from another file into the current script file. 2022-11-01, ∼256🔥, 0💬
SubReturnValue.pl - Example on Return Values
This section provides a tutorial example on how a list value can be returned from a subroutine to the caller using the return statement. 2022-10-19, ∼254🔥, 0💬
Retrieving Environment and Script Information
This section provides a tutorial example on how to retrieve information about the Web server environment and about the current CGI script file. 2022-11-06, ∼252🔥, 0💬
CPAN Local Directories and Files
This section provides an introduction of local directories and files used when installing Perl modules from the CPAN repository. 2025-09-30, ∼250🔥, 0💬
LWP-UserAgent-GET.pl - Sending a GET Request
This section provides a tutorial example on how to send a GET request to a Web server and dump both request and response messages. 2022-10-05, ∼250🔥, 0💬
Publishing HTML Documents as Web Pages
This section describes how to publish a HTML document on the Apache HTTP server. 2022-10-17, ∼247🔥, 0💬
Receiving Returning Values as a HTTP Response
This section describes how to receive the returning value XML message from the remote machine. 2022-10-11, ∼244🔥, 0💬
Simple Statements and Modifiers
This section describes simple statements - an expression terminated with semicolon. Simple statements can have modifiers: if, unless, while, until, foreach. 2022-10-26, ∼242🔥, 0💬
What Is CPAN
This section provides a quick introduction on CPAN (Comprehensive Perl Archive Network). 2025-09-30, ∼241🔥, 0💬
dbmopen() - Opening DBM Files with Hash Variables
This section describes the built-in function, dbmopen(), to open DBM database files with hash variables. 2022-10-10, ∼240🔥, 0💬
Installing RPC::XML Module
This section provides a tutorial example on how to install the Perl module, RPC::XML 0.57, on Windows, downloaded from blackperl.com. 2022-10-06, ∼238🔥, 0💬
Archived: Install ActivePerl v5.18.1 on Windows Systems
This section provides a tutorial example on how to install ActivePerl v5.18.1 on a Windows 7 system. 2022-11-04, ∼231🔥, 0💬
Debugging Tutorial Session
This section provides a debugging tutorial session to investigate a script by setting break points, stepping through each statement, printing variable values. 2022-11-09, ∼230🔥, 0💬
Popular Posts:
Looking for those special words that will marry you? Here is an assortment of traditional and non-tr...
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level informatio...
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).
This section describes why and how to convert Perl script files to executable binary files. ActivePe...
This section describes steps on how to open file for binary input using open(), binmode() and read()...