The Perl book, Programming Perl, has the following omissions and goofs.
eval '/usr/bin/perlshould read
eval 'exec /usr/bin/perl
sum program only works for
very small files. To do larger files, use
undef $/;
$checksum = unpack("%32C*",<>) % 32767;
alarm and sleep refer to signal
`SIGALARM'. These should refer to `SIGALRM'.
qx// construct is now a synonym for backticks.
ps(1).s///ee caused multiple
evaluations of the replacement expression. This is to be construed as a
feature.(LIST) x $count now does array replication.
FILEHANDLE_TOP rather than top.
eval {} and sort {} constructs were added in
version 4.018.
pack and unpack were added in 4.019.