Popular Books:
IIS Environment Variables
This section describes what environment variables are provided by the IIS server for CGI programs. 2022-10-04, ∼196🔥, 0💬
Configure CPAN Shell
This section provides a tutorial on how to configure CPAN Shell to manage Perl module installations on macOS. 2022-10-04, ∼220🔥, 0💬
Starting and Stopping Apache Server
This section describes how to start and stop the Apache server using start and stop scripts. Windows Task Manager can also be used to stop the Apache server. 2022-10-04, ∼220🔥, 0💬
Performance of Java substring() and indexOf()
This section provides a tutorial example to test performance of 2 Java built-in functions: substring() and indexOf() on a Window 2000 system. 2022-10-04, ∼180🔥, 0💬
"forcearray" - Forcing Element Contents as Arrays
This section provides a tutorial example on how to use the 'forcearray' option to parse XML element contents as arrays instead of hashes. 2022-10-04, ∼202🔥, 0💬
💬 2021-09-09 Meaningful comment: Is this a meaningful comment?
💬 2017-10-24 Herong: sdre, what is the issue are you referring to?
Calculator.pl - CGI Application Example
This section provides a tutorial example of Perl CGI application: Calculator.pl - Returning the result of any arithmetic expression like a calculator. 2022-05-10, ∼2045🔥, 3💬
printenv.pl - Testing Perl CGI Environment
This section provides a tutorial on how to modify the Perl CGI test script, printenv.pl, and run it to verify Apache 2 Perl CGI configuration. 2020-12-14, ∼3646🔥, 2💬
Perl Script Conversion Tools
This section describes why and how to convert Perl script files to executable binary files. ActivePerl Dev Kit and Perl2Exe are two popular conversion tools for Windows systems. 2020-02-29, ∼3127🔥, 6💬
💬 2016-03-28 de: ~ m/^p(\d+)_.*\
💬 2016-01-27 Herong: Ram, can you tell us what is the purpose of your Perl script?
QUERY_STRING - CGI Query String
This section describes what is QUERY_STRING and how to use to receive information from the HTTP request URL. 2019-12-16, ≈10🔥, 3💬
Retrieving Query Parameters and Headers
This section provides a tutorial example on how to retrieve input parameters from query string and request content, and retrieve request headers. 2019-05-21, ∼2396🔥, 1💬
binmode() - Opening Files for Binary Input
This section describes steps on how to open file for binary input using open(), binmode() and read() functions. 2019-05-19, ∼2400🔥, 3💬
💬 2019-05-15 Anuj Jain: can we read file without binmode if a file is binary
💬 2016-01-13 Bin: The quick brown fox jumps over the lazy dog
XML Messages over Socket Connections
This section describes the XML message communication model - where client and server send and receive XML messages over socket communication connections. 2017-07-20, ∼3216🔥, 5💬
💬 2015-11-11 Herong: Thai, you are welcome!
Running PerlApp to Convert *.pl to *.exe
This section provides a tutorial example of running PerlApp from ActiveStat to convert a sample Perl script, DirGrep.pl, to Windows executable binary, DirGrep.exe. 2017-01-14, ∼3027🔥, 2💬
💬 2017-01-12 Monique: Where do you actually run this???? from command prompt?
Scalar Values and List Values
This section describes what is a scalar value, a single numeric value or a string of characters, and what is a list value, a list of scalar values. 2016-10-19, ∼415🔥, 1💬
Popular Posts:
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.
This section provides a tutorial example on how to write a sample program to create a SSL client soc...
This section provides a tutorial example on how to use 'base64' command on a macOS system to perform...
This section describes the Blowfish Key Schedule (Sub-Keys Generation) algorithm. It uses the binary...
This section provides a tutorial on how to zoom in and out the viewing window on PyMol.