Popular Books:
Debugging Tutorial Session
This section provides a debugging tutorial session to investigate a script by setting break points, stepping through each statement, printing variable values. 2022-11-09, ∼243🔥, 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, ∼240🔥, 0💬
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, ∼234🔥, 0💬
"cpan" Command Line Tool
This section provides a quick introduction on the 'cpan' command, which uses the CPAN module to provide similar functionalities as the CPAN 'shell'. 2025-09-30, ∼224🔥, 0💬
GameClient.pl - XML Communication Client Example
This section provides a tutorial example on how write an XML communication client program to connect to a server, send and receive XML messages. 2022-11-10, ∼223🔥, 0💬
Install PerlMagick from Source Code
This section provides a tutorial example on installing PerlMagick module from source code on macOS. Installation failed with the LCD step. 2022-10-06, ∼218🔥, 0💬
Popular Posts:
This section describes how to load the Oracle JDBC driver class - ojdbc14.jar.
This section provides a quick summary of the Unicode code point block: 'Arabic', which contains 256 ...
The Chinese calendar is a lunisolar calendar formed by combining a purely lunar calendar with a sola...
This section provides a tutorial example on how to perform substructure match with the m.HasSubstruc...
This section describes how to retrieve CLOB values with the ResultSet.getString() method.