From: Mark Wooding Date: Wed, 30 Apr 2014 17:44:41 +0000 (+0100) Subject: mkaptsrc: Perl's scoping for named subroutines is bobbins. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-bits/commitdiff_plain/34e5071063d4d70a293fec81bbcb480cad9f13f3?ds=sidebyside;hp=34e5071063d4d70a293fec81bbcb480cad9f13f3 mkaptsrc: Perl's scoping for named subroutines is bobbins. Nested named subroutines don't capture their lexical environment properly on subsequent calls to the enclosing subroutine. This is obviously a bug. ---