in reply to Re: Surprising quirk of method call parser
in thread Surprising quirk of method call parser

Alex, I can almost buy your explanation, but this code had "use strict", yet it didn't crap out with 'Global symbol "$a" requires explicit package name' (yes, I know that $a is special because of sort(); in the actual code, the variable had a different name (%Schema, to be precise), and was definitely declared as only a hash).
  • Comment on Re^2: Surprising quirk of method call parser