Wednesday, February 8, 2012

Perl

Download perl from ActivePerl website and install it. It will automatically set the path and environment variable.

Perl is useful as it process one line from the file at a time. Each line is stored in $_ variable.

No comments: