Jump to content

Effective Perl Programming: Difference between revisions

From Wikipedia, the free encyclopedia
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 Pearso
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

Effective Perl Programming
Effective Perl Programming

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]

References

  1. ^ [1]