Popular Books:
<file_handle> - Reading Data from File Handles
This section describes various ways to use the <file_handle> operator in different ways to read data from file handles. 2022-10-04, ∼163🔥, 0💬
References
List of reference materials used in this book. 2022-11-19, ∼162🔥, 0💬
Install Xcode Command Line Tools
This section provides a tutorial on how to install Xcode Command Line Tools, which is required to install Perl add-on modules on macOS. 2022-10-25, ∼162🔥, 0💬
Sending a Remote Method Call as a HTTP Request
This section describes how a remote method call XML message can be delivered to the remote machine as a HTTP request. Extra request head lines are used. 2022-11-06, ∼160🔥, 0💬
RPC::XML Client and Data Classes
This section describes the RPC::XML::Client class, the RPC::XML::request class, and data classes. 2022-10-19, ∼159🔥, 0💬
Publishing HTML Documents as Web Pages
This section describes how to publish a HTML document on the Apache HTTP server. 2022-10-17, ∼159🔥, 0💬
Redirecting Browser to a URI
This section provides a tutorial example on how to redirect the browser to go to a new URI with the redirect() method in the CGI.pm module. 2022-10-14, ∼159🔥, 0💬
Copy.pl - Copying Binary Files
This section provides a tutorial example of copying a file in binary mode using the binmode() function on input and output. 2022-10-05, ∼159🔥, 0💬
perl.exe vs. perlis.dll
This section describes differences between perl.exe and perlis.dll. A performance test program is provided to measure the performance of perlis.dll. 2022-10-05, ∼159🔥, 0💬
String Related Built-in Functions
This section describes built-in functions to manipulate strings: chop(), length(), index(), substr(), split(). 2022-10-17, ∼158🔥, 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, ∼158🔥, 0💬
What Is XML-RPC?
This section describes what is XML-RPC - a specification on how to make a Remote Procedure call (RPC) by passing XML messages using HTTP requests and responses over the Internet. 2022-11-02, ∼157🔥, 0💬
Variables - Scalar, Array and Hash
This section describes Perl variable types: Scalar, Array, and Hash. Variable names must be prefixed with special symbols to indicate their types, $, @ and %. 2022-11-02, ∼157🔥, 0💬
Archived Tutorials
This chapter contains some archived tutorial notes and example codes from previous versions of this book. 2022-10-08, ∼157🔥, 0💬
Performance of Perl substr() and index()
This section provides a tutorial example to test performance of 2 Perl built-in functions: substr() and index() on a Window 2000 system. 2022-10-24, ∼156🔥, 0💬
Imager - Draw Graphical Elements
This section provides a tutorial example on how to draw graphical elements using line(), box(), circle() functions of the Perl Imager module. 2022-10-12, ∼156🔥, 0💬
Popular Posts:
This section describes the Accept Event Notation used in a UML Activity Diagram. An Accept Event Not...
For some couples, it's easy – they know just when they want to tie the knot. For others, it...
This section provides a quick introduction on rdkit.Chem.rdFMCS module in RDKit library that provide...
This section provides a tutorial example on how to manage serial number when using 'OpenSSL' to sign...
This section provides a tutorial example on how to download and install Notepad++ on Windows system;...