News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Free online tutorials on simple Perl scripts

Mar 21, 2003 — by LinuxDevices Staff — from the LinuxDevices Archive — views

From the Linux command line, Perl can accomplish — in just a single line — tasks that require pages of code in most other languages. Those who use Perl as a programming language frequently forget that it is just as useful as a quick and dirty scripting engine for command-line operations. From printing a range of lines to listing a file's contents in reverse order, this series of tutorials on IBM's developerWorks website explains how to do more with less using succinct, one-line Perl scripts. The goal of the series is to show legible and reusable code, not necessarily the shortest or most efficient version of a particular program. Part 2 has just been published.

Cultured Perl: One-liners 101

Cultured Perl: One-liners 102

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.