Effective Perl Programming: Difference between revisions
Appearance
Content deleted Content added
drop table of contents of book - probable copyright violation |
fix whoopsie |
||
Line 5: | Line 5: | ||
''Effective Perl Programming'' follows the numbered "rules" format begun in [[Scott Meyers]]' ''[[Effective C plus plus|Effective C++]]''. A small number of errors were corrected in the 2nd and 4th printings. |
''Effective Perl Programming'' follows the numbered "rules" format begun in [[Scott Meyers]]' ''[[Effective C plus plus|Effective C++]]''. A small number of errors were corrected in the 2nd and 4th printings. |
||
An expanded second edition ({{ISBN|0321496949}}), ''Effective Perl Programming: Ways to Write Better, More Idiomatic Perl, 2/E''. by Hall, Joshua A McAdams, and [[Brian D Foy|brian d foy]] was published in 2010 by |
An expanded second edition ({{ISBN|0321496949}}), ''Effective Perl Programming: Ways to Write Better, More Idiomatic Perl, 2/E''. by Hall, Joshua A McAdams, and [[Brian D Foy|brian d foy]] was published in 2010 by Pearson.<ref>[http://www.pearsonhighered.com/educator/product/Effective-Perl-Programming-Ways-to-Write-Better-More-Idiomatic-Perl-2E/9780321496942.page]</ref> |
||
==External links== |
==External links== |
||
* [http://dannyreviews.com/h/Effective_Perl.html Effective Perl Programming (Joseph Hall) - review] at dannyreviews.com |
* [http://dannyreviews.com/h/Effective_Perl.html Effective Perl Programming (Joseph Hall) - review] at dannyreviews.com |
||
Line 13: | Line 14: | ||
== References == |
== References == |
||
* [http://www.pearsonhighered.com/educator/product/Effective-Perl-Programming-Ways-to-Write-Better-More-Idiomatic-Perl-2E/9780321496942.page The publisher’s description of the book] |
* [http://www.pearsonhighered.com/educator/product/Effective-Perl-Programming-Ways-to-Write-Better-More-Idiomatic-Perl-2E/9780321496942.page The publisher’s description of the book] |
||
<references /> |
|||
[[Category:Books about Perl]] |
[[Category:Books about Perl]] |
Revision as of 04:58, 3 July 2020
![]() | This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (May 2013) |

Effective Perl Programming, sometimes known as the Shiny Ball Book by Perl programmers, is an intermediate to advanced text by Joseph N. Hall covering the Perl programming language. Randal L. Schwartz contributed a foreword and technical editing.
Effective Perl Programming follows the numbered "rules" format begun in Scott Meyers' Effective C++. A small number of errors were corrected in the 2nd and 4th printings.
An expanded second edition (ISBN 0321496949), Effective Perl Programming: Ways to Write Better, More Idiomatic Perl, 2/E. by Hall, Joshua A McAdams, and brian d foy was published in 2010 by Pearson.[1]
External links
- Effective Perl Programming (Joseph Hall) - review at dannyreviews.com
- A link to a review of the 2nd ed. at books.dzone.com could not be posted on the page because that site is blacklisted by Wikipedia
- The Effective Perler, brian d foy's blog, where he discusses topics from the 2nd edition