Skip to content

Commit 0254bea

Browse files
Mithalduwchristian
Mithaldu
authored andcommittedAug 9, 2021
1 parent 542b329 commit 0254bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rejected/learning_perl_bdfoy.mdwn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Learning Perl 6th Edition by Randal Schwartz, briandfoy, Tom Phoenix is a book with a lot of history. Huge parts of its contents stem from 1993 and have a very outdated style of Perl. 8th Edition (2021) tries to upgrade this somewhat, but did not to so with enough diligence to permit me to recommend it. Some specific issues:
1+
Learning Perl 8th Edition (2021) (Randal Schwartz, briandfoy, Tom Phoenix) is a book with a lot of history. Huge parts of its contents stem from 1993 and have a very outdated style of Perl. 8th Edition tries to upgrade this somewhat, but did not to so with enough diligence to permit me to recommend it. Some specific issues:
22

33
* strict and warnings are not higlighted at all. Code is generally written as if strict and warnings are off. strict is first mentioned on page 72 in chapter 4.8. warnings are mentioned on page 28 in chapter 2.3. It recommends using -w, and only mentions that `use warnings;` has advantages.
44
* On later pages in the book code examples generally act as if there was no strict present.

0 commit comments

Comments
 (0)
Please sign in to comment.