Home>>>

PERL - Practical Extraction and Report Language

This is a scripting language that can accomplish all kinds of neat things. The official website is http://www.perl.com.

Before you go ahead a write a new program in Perl, checkout the Comprehensive Perl Archive Network. Hundreds of modules are freely available for Perl to integrate with different APIs, and very rarely would you need to develop a new one. The CPAN Frequently Asked Questions contains quick answers to many general questions about modules.

More Articles (showing 6 below)  
 2005-04-16
 2004-10-21
 2004-08-29
 2004-04-30
 2004-03-28
  • Perl: Connecting to MySQL
    This article describes how to install the appropriate modules so that a Perl script can connect to a MySQL database, and basic scenarios for data manipulation.
 2004-03-28