Effective Perl Programming: Difference between revisions
Appearance
Content deleted Content added
Adding short description: "Textbook covering the Perl programming language" (Shortdesc helper) |
Citation bot (talk | contribs) Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1524/2196 |
||
Line 6: | Line 6: | ||
''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 Pearson.<ref> |
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>{{Cite web|url=http://www.pearsonhighered.com/educator/product/Effective-Perl-Programming-Ways-to-Write-Better-More-Idiomatic-Perl-2E/9780321496942.page|title = Effective Perl Programming: Ways to Write Better, More Idiomatic Perl, 2nd Edition}}</ref> |
||
==External links== |
==External links== |
Latest revision as of 06:56, 27 December 2021
![]() | 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
[edit]- 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