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)
The scope for a `my' variable doesn't begin until the next statement,
which is obviously stupid.


No differences found