Perl

Perl is the acronym for „Practical Extraction and Reporting Language“.

Documentation:

Quick Reference

Tutorials

Validation:

Resources:

Perl by Example

  • Present a Usage message. :TODO:
  • Perthon – Python to Perl Language Translation

One Liners

Command Line Options

Sleep

Serial Interface

Here Documents

Perl and CSV

Perl and Excel

Perl and Micro$oft Windows

HTML

Files

Frequently Asked Questions

How to install Perl modules from CPAN?

The module HTML::Template for example, may be installed from shell with below command

perl -MCPAN -e 'install HTML::Template'

Source: http://perl.about.com/od/packagesmodules/qt/perlcpan.htm

How can I programmatically convert Word doc or docx files into text files?

Here is an example using Win32::OLE.

Anmelden
About this site