Jump to content

Effective Perl Programming: Difference between revisions

From Wikipedia, the free encyclopedia
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>[http://www.pearsonhighered.com/educator/product/Effective-Perl-Programming-Ways-to-Write-Better-More-Idiomatic-Perl-2E/9780321496942.page]</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

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]

[edit]

References

[edit]