<< < 3 4 5 6 7 8   ∑:177  Sort:Date

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, ∼206🔥, 0💬

CPAN (Comprehensive Perl Archive Network)
This chapter provides tutorial examples and notes on CPAN (Comprehensive Perl Archive Network). Topics include installing Perl modules with CPAN 'shell' and 'cpan' command; CPAN local files and directories.
2025-09-30, ∼204🔥, 0💬

RpcXmlServer.pl - RPC::XML Server Sample Program
This section provides a tutorial example on how to write a RPC::XML server sample program, RpcXmlServer.pl, supporting 3 remote methods: com.herong.hello, com.herong.getCelsius, and com.herong.getInfo.
2022-11-24, ∼204🔥, 0💬

HelloMySQL.pl - My First Perl Program with MySQL
This section describes a tutorial example on how use the DBI-&gt;connect() function to connect Perl scripts to MySQL database server.
2022-10-14, ∼203🔥, 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, ∼193🔥, 0💬

SubCalling.pl - Example on Calling Formats
This section provides a tutorial example on how a subroutine can be called with different calling formats.
2022-11-20, ∼190🔥, 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, ∼184🔥, 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, ∼183🔥, 0💬

LWP-UserAgent-Request.pl - Login to facebook.com
This section provides a tutorial example on how to use LWP-UserAgent-Request.pl to login to facebook.com. The key part is to figure out the POST URI and data value names from HTML form source code.
2022-10-07, ∼175🔥, 0💬

<< < 3 4 5 6 7 8   ∑:177  Sort:Date