in reply to Re: Closures clarification
in thread Closures clarification

This is an example from "Intermediate Perl" aims to demonstrate the presence of a closure

Replies are listed 'Best First'.
Re^3: Closures clarification
by sh1tn (Priest) on Dec 04, 2007 at 13:23 UTC
    It is a closure, you want to pass in a bit of code into a function(perldoc -q closure)