IceWalkers.com - Linux Software downloads and news
Name : Password :
Linux SoftwareLinux RPMLinux HowtosLink UsAboutAdvertise

Perl 5.8.8

Rate Perl


Perl - Language optimized for scanning arbitrary text files and performing many system management tasks.

Updated by FastRunneron Wednesday, December 19th 2007.

Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).

Perl combines (in the author's opinion, anyway) some of the best features of C, sed, awk, and sh, so people familiar with those languages should have little difficulty with it. (Language historians will also note some vestiges of csh, Pascal, and even BASIC-PLUS.) Expression syntax corresponds closely to C expression syntax. Unlike most Unix utilities, Perl does not arbitrarily limit the size of your data--if you've got the memory, Perl can slurp in your whole file as a single string. Recursion is of unlimited depth. And the tables used by hashes (sometimes called "associative arrays") grow as necessary to prevent degraded performance. Perl can use sophisticated pattern matching techniques to scan large amounts of data quickly. Although optimized for scanning text, Perl can also deal with binary data, and can make dbm files look like hashes. Setuid Perl scripts are safer than C programs through a dataflow tracing mechanism that prevents many stupid security holes.

If you have a problem that would ordinarily use sed or awk or sh, but it exceeds their capabilities or must run a little faster, and you don't want to write the silly thing in C, then Perl may be for you. There are also translators to turn your sed and awk scripts into Perl scripts.

Licence : GPL

Version : 5.8.8 [Stable]    5.10.0 [Development]

AddThis Social Bookmark Button

Perl Contact / Download links :

Author/Maintainer :Larry Wall, with the help of oodles of other folks
Home Page :http://www.perl.com
Download [ 5.8.8 ] :http://www.perl.com/CPAN/src/perl-5.8.8.tar.gz
Download [ 5.10.0 ] :http://www.perl.com/CPAN/src/perl-5.10.0.tar.gz
Keywords :perl, perl, language


 No Comment yet.
Be the first to review Perl




Walk Leaders

Linux Kernel 2.6 2.6.26-rc2
Linux Kernel
LyX 1.5.5
Word processor.
DeleGate 9.8.2-pre32
proxy server which runs on multiple platforms
Transmission 1.20
lightweight, yet powerful BitTorrent client
Zope 2.10.6
Application server for building web sites.
Postfix 2.5.2
alternative to the Sendmail program
RIP 5.3
Small linux system for the purpose of system booting or repairing


GtkHTML 3.23.2
HTML rendering/editing library
Wine 1.0 rc1
Free implementation of Windows on Unix
Slax 6.0.7
Slax is based on the Slackware Linux distribution and uses Unification File System



Linux Software Map

Find Linux RPM

Best Rated Linux Software

Most Rated Linux Software

Linux Distributions

Linux Howtos