Next | Functional Programming in Perl | 3 |
Perl was invented around 1987, to replace:
(a) shell scripts, sed, AWK, etc.
(b) C
It was quite successful
The original version had only a few data structures:
scalar
array (one-dimensional, scalar values only)
hash (maps strings to scalars)
All variables were global
Dynamic scope available
The syntax was an amalgam of C, awk, sed, grep, etc.
Clearly unsuitable for programming in the large
I would not have written a book about this language
Next | Copyright 2005 M. J. Dominus |