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

SubParamAlias.pl - Example on Parameters as Alias
This section provides a tutorial example on how parameters are passed as aliases - modifying the value of a parameter will cause the value of the original variable updated in caller's code.
2022-11-18, ∼189🔥, 0💬

Archived: Install ActivePerl v5.18.1 on Windows Systems
This section provides a tutorial example on how to install ActivePerl v5.18.1 on a Windows 7 system.
2022-11-04, ∼189🔥, 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, ∼188🔥, 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, ∼188🔥, 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, ∼187🔥, 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, ∼178🔥, 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, ∼177🔥, 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, ∼174🔥, 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, ∼170🔥, 0💬

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