December 1998
Beginner
512 pages
12h 13m
English
In the preceding hour you learned about the C programming language, the underpinnings of the entire UNIX operating system. C has been around for as long as UNIX—more than 25 years—without any major changes. Newer languages have arisen in the meantime, languages with weird names such as Python, Eiffel, Tkl, and Perl. Each has certain strengths, but it has been my experience that knowledge of C, shell scripts, and Perl is the cornerstone of any UNIX expert.
This hour I introduce you to the Perl language. Perl is an interpreted language, so it doesn't require you to use a compiler as an intermediate step in getting it to work. Perl works much more like shell scripts, which makes it easier as a development tool. ...
Read now
Unlock full access