mkaptsrc: Perl's scoping for `my' variables is bobbins.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 30 Apr 2014 17:42:55 +0000 (18:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 30 Apr 2014 17:42:55 +0000 (18:42 +0100)
commita7ee99aa2d732986f2abdd5e7dc0524d5ea6d5f6
tree36a9ccb537a1986fe80af8b395f2ef2bfa088904
parentbdea49f8a9b36e25e4a7220f36b92457fd78de19
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.
mkaptsrc