Tagged Questions
4
votes
5answers
258 views
Deferring code on scope change in Perl
I often find it useful to be able to schedule code to be executed upon leaving the current scope. In my previous life in TCL, a friend created a function we called defer.
It enabled code like:
...