Popular Books:
HelloMySQL.pl - My First Perl Program with MySQL
This section describes a tutorial example on how use the DBI->connect() function to connect Perl scripts to MySQL database server. 2022-10-14, ∼144🔥, 0💬
Perl Installation on Linux Systems
This section describes how to verify Perl installation on Linux systems. The 'perl -v' command returns which version of Perl is installed on the Linux system. 2022-10-12, ∼185🔥, 0💬
Install LIBPNG from Source Code
This section provides a tutorial example on how to install LIBPNG library manually from source code files on macOS. 2022-10-12, ∼202🔥, 0💬
Imager::File::PNG - PNG File Format
This section provides a tutorial example on how to install Imager::File::PNG Perl module using CPAN Shell. Installation failed with 'lpng' library missing. 2022-10-12, ∼201🔥, 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💬
print() - Printing Output to File Handles
This section describes various ways to use the print() function in different ways to output data to file handles. 2022-10-12, ∼239🔥, 0💬
Receiving Returning Values as a HTTP Response
This section describes how to receive the returning value XML message from the remote machine. 2022-10-11, ∼149🔥, 0💬
What Is HTTP::Request?
This section describes what is HTTP::Response - a Perl class that represents the HTTP request message to be sent to a Web server. 2022-10-11, ∼203🔥, 0💬
Sending Arrays with Remote Method Calls
This section provides a tutorial example on how to send and received an array as an input of the remote method call. All arrays are passed as hard references. 2022-10-11, ∼164🔥, 0💬
"suppressempty" - Parsing Empty Elements
This section provides a tutorial example on how to use the 'suppressempty' option to control how empty XML elements should be parsed. 2022-10-10, ∼184🔥, 0💬
Install Perl Module from Source Code
This section provides a tutorial on how to install Perl module from source code using the 'make' utility manually on macOS. 2022-10-10, ∼145🔥, 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💬
Socket.pm - The Socket Module
This section provides a tutorial example on how to use the Socket.pm module to creating sockets and establish network communication connections. 2022-10-10, ∼182🔥, 0💬
Popular Posts:
This section describes an error case where a UTF-8 encoding page contains GB18030 characters.
Want to know when is the 2009 Chinese New Year day? Look for free Chinese calendars for 2009? Chines...
The Chinese calendar is a lunisolar calendar formed by combining a purely lunar calendar with a sola...
The Chinese lunar calendar is the longest chronological record in history, dating from 2,600 BC, whe...
This section describes MP3 encoding and file format for audio recording.