Popular Books:
"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💬
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, ∼173🔥, 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, ∼173🔥, 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, ∼172🔥, 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, ∼172🔥, 0💬
References
List of reference materials used in this book. 2022-11-19, ∼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💬
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, ∼170🔥, 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💬
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, ∼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💬
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, ∼167🔥, 0💬
String Related Built-in Functions
This section describes built-in functions to manipulate strings: chop(), length(), index(), substr(), split(). 2022-10-17, ∼167🔥, 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, ∼167🔥, 0💬
Popular Posts:
This chapter provides tutorial notes and example codes on PKCS#8 and X.509 key encoding standards. T...
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
Where to find lucky wedding dates for year 2038? Lucky Wedding Dates: 2038 - Year of the Horse ⇒ L...
This section provides a tutorial example on how to create a JAR file with the 'jar --create' command...
What's a calendar? A calendar is a system for measuring time, from hours and minutes, to months and ...