in reply to Re^2: Closures and scope of lexicals
in thread Closures and scope of lexicals

You can also create multiple closures which access the same but otherwise private variables.

Closure-subs have a lot in common with object-methods and the closure-vars act like instance variables.

Again, please have a look at the HOP book, you won't regret it.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery