by Mark Jason Dominus (Author)
Most Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and are rarely used by most Perl programmers, but they are very powerful. They can automate tasks in everyday programming that are difficult to solve in any other way. One of the most powerful of these techniques is writing functions that manufacture or modify other functions. For example, instead of writing ten similar functions, a programmer can write a general pattern or framework that can then create the functions as needed according to the pattern. For several years Mark Jason Dominus has worked to apply functional programming techniques to Perl. Now Mark brings these flexible programming methods that he has successfully taught in numerous tutorials and training sessions to a wider audience.
Format: Paperback
Pages: 600
Edition: 1st ed
Publisher: Morgan Kaufmann
Published: 31 Mar 2005
ISBN 10: 1558607013
ISBN 13: 9781558607019
Book Overview: The eagerly awaited book by one of the best-known Perl developers summarizing years of innovative practice