Popular Books:
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, ∼197🔥, 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, ∼197🔥, 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, ∼196🔥, 0💬
Defining Returning Values of a Remote Method Call
This section describes how returning values of a remote method call can be defined in XML format. The root element name is 'methodResponse'. 2022-10-05, ∼194🔥, 0💬
Publishing HTML Documents as Web Pages
This section describes how to publish a HTML document on the Apache HTTP server. 2022-10-17, ∼192🔥, 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, ∼192🔥, 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, ∼187🔥, 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, ∼187🔥, 0💬
GameClient.pl - XML Communication Client Example
This section provides a tutorial example on how write an XML communication client program to connect to a server, send and receive XML messages. 2022-11-10, ∼186🔥, 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, ∼186🔥, 0💬
Install Perl Module from Source Code
This section provides a tutorial on how to install Perl module from source code using the 'make' utility manually on macOS. 2022-10-10, ∼185🔥, 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, ∼183🔥, 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, ∼182🔥, 0💬
Popular Posts:
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 16: Level 1 Hanzi Characte...
This section provides a tutorial example on how to perform validation of a certificate path with the...
This section provides a quick introduction of the UTF-16 (Unicode Transformation Format - 16-bit) en...
什么是康复者血浆治疗技术? 康复者血浆治疗技术是采集新冠病毒康复者的血浆, 对血浆进行核酸检测、病毒灭活工艺...
This section describes how to close database connections.