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, ∼162🔥, 0💬
<file_handle> - Reading Data from File Handles
This section describes various ways to use the <file_handle> operator in different ways to read data from file handles. 2022-10-04, ∼161🔥, 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, ∼159🔥, 0💬
RPC::XML Client and Data Classes
This section describes the RPC::XML::Client class, the RPC::XML::request class, and data classes. 2022-10-19, ∼159🔥, 0💬
Publishing HTML Documents as Web Pages
This section describes how to publish a HTML document on the Apache HTTP server. 2022-10-17, ∼159🔥, 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, ∼159🔥, 0💬
Commonly Used Debugging Commands
This section describes how to run the Perl built-in debugger with the 'perl -d' option. Commonly used debugging commands are also provided. 2022-10-31, ∼158🔥, 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, ∼158🔥, 0💬
String Related Built-in Functions
This section describes built-in functions to manipulate strings: chop(), length(), index(), substr(), split(). 2022-10-17, ∼157🔥, 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, ∼157🔥, 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, ∼156🔥, 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, ∼156🔥, 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, ∼155🔥, 0💬
What Is XML-RPC?
This section describes what is XML-RPC - a specification on how to make a Remote Procedure call (RPC) by passing XML messages using HTTP requests and responses over the Internet. 2022-11-02, ∼154🔥, 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, ∼154🔥, 0💬
Popular Posts:
Where to find lucky wedding dates for year 2039? Lucky Wedding Dates: 2039 - Year of the Goat ⇒ Lu...
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.
This section describes an error case where a UTF-8 encoding page contains GB18030 characters.
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment v...
This section provides a tutorial example on how to dump GCC compiler steps and settings using the 'g...