AminetAminet
Search:
84782 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/gg/perl-5.004-bin.lha

Mirror:Random
Showing: ppc-morphos icongeneric icon
No screenshot available
Short:Practical Extraction and Report Language. V5.004_03
Author: lwall at netlabs.com (Larry Wall)
Uploader:
Type:dev/gg
Version:5.004_03
Architecture:m68k-amigaos
Date:1998-03-16
Download:dev/gg/perl-5.004-bin.lha - View contents
Readme:dev/gg/perl-5.004-bin.readme
Downloads:912

Perl is an interpreted 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).  It 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 quite 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
hash tables used by associative arrays grow as necessary to prevent
degraded performance.  Perl uses sophisticated pattern matching
techniques to scan large amounts of data very quickly.  Although
optimized for scanning text, perl can also deal with binary data, and
can make dbm files look like associative arrays (where dbm is
available).  Setuid perl scripts are safer than C programs through a
dataflow tracing mechanism which 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.


Contents of dev/gg/perl-5.004-bin.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
-rw-rw-r-- 20025/200   3344179 9728000  34.4% -lh5- 80e6 Mar 30  1998 perl-5.004_03-bin.tar
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total         1 file  3344179 9728000  34.4%            Mar 16  1998
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>