From: Mark Wooding Date: Wed, 30 Apr 2014 17:42:55 +0000 (+0100) Subject: mkaptsrc: Perl's scoping for `my' variables is bobbins. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-bits/commitdiff_plain/a7ee99aa2d732986f2abdd5e7dc0524d5ea6d5f6?ds=inline;hp=a7ee99aa2d732986f2abdd5e7dc0524d5ea6d5f6 mkaptsrc: Perl's scoping for `my' variables is bobbins. The scope for a `my' variable doesn't begin until the next statement, which is obviously stupid. ---