Popular Books:
DirTree.pl - Displaying the Directory Tree
This section provides a tutorial example, DirTree.pl, using a recursive method to read directories to print out a directory tree. 2022-10-06, ∼232🔥, 0💬
Generating HTML Document with CGI.pm
This section provides a tutorial example on how to generate a HTML document with methods provided in CGI.pm module. 2022-10-06, ∼177🔥, 0💬
LWP-UserAgent-GET.pl - Sending a GET Request
This section provides a tutorial example on how to send a GET request to a Web server and dump both request and response messages. 2022-10-05, ∼171🔥, 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, ∼160🔥, 0💬
What Is ActivePerl?
This section describes what is ActivePerl - a free Perl engine for Windows, Linux and other platforms developed by ActiveState. 2022-10-05, ∼194🔥, 0💬
Defining a Remote Method Call in XML
This section describes how a remote method call can be defined in XML format. The root element name is 'methodCall'. 2022-10-05, ∼239🔥, 0💬
What Is CGI.pm?
This section describes what is CGI.pm - a Perl module that helps you to process HTTP requests and prepare HTTP responses through the CGI (Common Gateway Interface) standard. 2022-10-05, ∼196🔥, 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, ∼161🔥, 0💬
Defining Returning Values of a Remote Method Call
This section describes how returning values of a remote method call can be defined in XML format. The root element name is 'methodResponse'. 2022-10-05, ∼147🔥, 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, ∼165🔥, 0💬
http-equiv="Refresh" Meta Tag not Followed
This section provides a tutorial example showing that the LWP::UserAgent get() method does not follow the http-equiv='Refresh' meta tag in the response. 2022-10-04, ∼158🔥, 0💬
Install ActivePerl on Windows Systems
This section provides a tutorial example on how to install ActivePerl on a Windows computer. 2022-10-04, ∼434🔥, 0💬
Popular Posts:
A tutorial example is provided to show you how to OpenSSL controls padding on plaintext. OpenSSL use...
This section provides a tutorial example on how to disable and remove 'Shockwave Flash Object' addon...
This section provides a tutorial example on how enter and use Chinese characters in HTML documents u...
This section provides a tutorial example on how to find out where the PHP engine stores session data...
"Reservation" is an XML document based Web service for testing purpose only. High level information ...