Tutorial Books:
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, 247👍, 2💬
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. 2020-09-01, 1213👍, 2💬
Downloading Apache HTTP Server 2.2.25 for Windows
This section describes how to download Apache (HTTP Server) 2.2.25 binary distribution for Windows systems. 2020-04-20, 8339👍, 15💬
💬 2020-04-20 Daniel Morris: This service is best service for best people
💬 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, 4495👍, 3💬
💬 2019-09-15 Herong: Any more information about this Web service?
💬 2019-09-10 previsualizacion: http://200.54.27.12/wsGetPdf/service s/view?wsdl
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, 888👍, 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, 1517👍, 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
Installing NMake 1.5
This section provides a tutorial example on how to install the 'make' utility on Windows, NMake 1.5, to help installing the RPC::XML Perl module. 2018-01-25, 7914👍, 19💬
💬 2017-11-16 Ye Hongshaui: Very good
💬 2017-11-02 lxddd: thank you very much!
💬 2017-08-18 zhaogt: verry good!
Installing Apache HTTP Server 2.2.25 on Windows
This section describes how to install Apache 2.2.25 binary distribution on Windows systems. 2017-11-20, 1053👍, 3💬
💬 2017-10-24 Herong: sdre, what is the issue are you referring to?
💬 2017-09-20 Herong: >perl hello.prg should work.
💬 2017-09-15 Purushottam: >perl hello.prg in the above line .prg is correct or it is .pl ??
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, 2043👍, 5💬
💬 2015-11-11 Herong: Thai, you are welcome!
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, 115👍, 1💬
Bin2Hex.pl - Converting Binary Data to Hex Numbers
This section provides a tutorial example on how to convert binary data file to hex numbers - Bin2Hex.pl. 2016-08-08, 4203👍, 1💬
💬 2016-08-08 HEX: 831BE6B18E7006372069545885A80F786C33 D064904732D39EFBE0EC7019B5D4
Installing ActivePerl v5.8.8 on Windows Systems
This section provides a tutorial example on how to install ActivePerl v5.8.8 on a Windows XP system. 2016-04-02, 1983👍, 1💬
Popular Posts:
This section provides a tutorial example on how to use 'keytool' to import certificates in DER and P...
This section provides a tutorial example on how to convert a private key file from the traditional f...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
This section provides a tutorial example on how to check FTP server log file.
This section provides a tutorial example on how to solve the banking synchronization issue with Java...