Re: Help me learn Closures.

2010-11-13 Thread Randal L. Schwartz
> "Matthew" == Matthew Young writes: Matthew> What are closures? How are they used? When should they be used? Where Matthew> can I learn more about them? If you can borrow (or buy :) a copy of Intermediate Perl, I have an entire section on closures in there. -- Randal L. Schwartz - Stonehen

Re: Help me learn Closures.

2010-11-12 Thread John W. Krahn
Matthew Young wrote: I often read about closures being one of those 'end all beat all' programming techniques reserved for the most sophisticated and advanced gurus out there. Naturally, I want to learn how to use them, and use them effectively - I know perl supports them! I know its a sort of fu

Re: Help me learn Closures.

2010-11-12 Thread Shlomi Fish
Hi Matthew, On Friday 12 November 2010 19:26:34 Matthew Young wrote: > I often read about closures being one of those 'end all beat all' > programming techniques reserved for the most sophisticated and > advanced gurus out there. Naturally, I want to learn how to use them, > and use them effective

Help me learn Closures.

2010-11-12 Thread Matthew Young
I often read about closures being one of those 'end all beat all' programming techniques reserved for the most sophisticated and advanced gurus out there. Naturally, I want to learn how to use them, and use them effectively - I know perl supports them! I know its a sort of functional programming co