Popular Books:
Archived Tutorials
This chapter contains some archived tutorial notes and example codes from previous versions of this book. 2022-10-08, ∼176🔥, 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, ∼176🔥, 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, ∼175🔥, 0💬
"Refresh" http-equiv Meta Tag
This section provides a tutorial example on how to create 'Refresh' http-equiv Meta Tag in the HTML document header to ask the browser to refresh Web pages. 2022-10-14, ∼175🔥, 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, ∼174🔥, 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, ∼173🔥, 0💬
References
List of reference materials used in this book. 2022-11-19, ∼172🔥, 0💬
Scalar Value Interpretation
This section describes how a scalar value will be interpreted in an operation. A tutorial example is provided to verify scalar value interpretation rules. 2022-10-14, ∼171🔥, 0💬
Publishing HTML Documents as Web Pages
This section describes how to publish a HTML document on the Apache HTTP server. 2022-10-17, ∼170🔥, 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, ∼170🔥, 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, ∼168🔥, 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, ∼168🔥, 0💬
String Related Built-in Functions
This section describes built-in functions to manipulate strings: chop(), length(), index(), substr(), split(). 2022-10-17, ∼168🔥, 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, ∼168🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to locate the RDP server certificate in the 'Remote ...
科兴生物新冠疫苗的生产过程有哪些步骤? 科兴生物新冠疫苗的生产过程为: 筛选新型冠状病毒株:CZ02株。 将病毒接...
Looking for those special words that will marry you? Here is an assortment of traditional and non-tr...
This section provides a tutorial example on how to \uXXXX Unicode code sequences back to a native en...
This book is a collection of notes and sample codes written by the author while he was learning Linu...